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 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 call InMobiNative.takeAction()
        Parameters:
        nativeAd - Ad for which callback is generated