Package com.inmobi.ads
Interface InMobiNative.LockScreenListener
-
- All Implemented Interfaces:
public 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
Modifier and Type Method Description abstract Unit
onActionRequired(InMobiNative nativeAd)
Called to notify LockScreen that some action is required. -
-
Method Detail
-
onActionRequired
abstract Unit 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 call .takeAction
- Parameters:
nativeAd
- Ad for which callback is generated
-
-
-
-