Package com.inmobi.ads
Interface InMobiNative.LockScreenListener
-
- All Implemented Interfaces:
public interface InMobiNative.LockScreenListenerA listener for receiving lock screen events during the lifecycle of a native ad.
Register this listener only if your app renders native ads on the lock screen. This interface provides callbacks for handling user interactions that require unlocking the device.
-
-
Method Summary
Modifier and Type Method Description abstract UnitonActionRequired(InMobiNative nativeAd)Called to notify the lock screen that some action is required. -
-
Method Detail
-
onActionRequired
abstract Unit onActionRequired(InMobiNative nativeAd)
Called to notify the lock screen that some action is required.
After this callback, the lock screen app should prompt for keyguard dismissal. On dismissal of the keyguard, the app should call takeAction to complete the action.
- Parameters:
nativeAd- The native ad instance for which the callback is generated
-
-
-
-