Package com.inmobi.ads
Interface InMobiNative.LockScreenListener
-
- Enclosing class:
- InMobiNative
public static interface InMobiNative.LockScreenListener
A listener for receiving Lockscreen events during the lifecycle of a Native ad. Register this listener iff your app renders Native ad on Lockscreen.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onActionRequired(InMobiNative nativeAd)
Called to notify LockScreen that some action is required.
-
-
-
Method Detail
-
onActionRequired
void onActionRequired(InMobiNative nativeAd)
Called to notify LockScreen that some action is required. After this callback LockScreen app should prompt for keyguard. On Dismissal of keyguard app should callInMobiNative.takeAction()
- Parameters:
nativeAd
- Ad for which callback is generated
-
-