Package com.castlabs.android
Interface PlayerSDK.SystemStatusCallback
-
- Enclosing class:
- PlayerSDK
public static interface PlayerSDK.SystemStatusCallbackCallback 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 voidonSystemStatusCheck(boolean rooted)Triggered when an internal system status check is performed.
-