Package com.castlabs.android
Interface PlayerSDK.SystemStatusCallback
-
- Enclosing class:
- PlayerSDK
public static interface PlayerSDK.SystemStatusCallback
Callback interface that can be used to detect rooted devices. Implement this interface and set ot toPlayerSDK.SYSTEM_STATUS_CALLBACK
. Please note tha the callback method might be triggered multiple times. The callback will be triggered on the main thread.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onSystemStatusCheck(boolean rooted)
Triggered when an internal system status check is performed.
-