Interface DeviceEngagementCapable
-
- All Implemented Interfaces:
public interface DeviceEngagementCapable
The interface Device engagement capable.
-
-
Method Summary
Modifier and Type Method Description abstract DeviceEngagementCapable
enableDeviceEngagement(@NonNull() ComponentActivity activity, @NonNull() DeviceEngagementCallback callback)
Enables deviceEngagement detection. -
-
Method Detail
-
enableDeviceEngagement
@MainThread() abstract DeviceEngagementCapable enableDeviceEngagement(@NonNull() ComponentActivity activity, @NonNull() DeviceEngagementCallback callback)
Enables deviceEngagement detection.
- Parameters:
activity
- the activitycallback
- the callback
-
-
-
-