Interface SwrveInAppWindowListener


  • public interface SwrveInAppWindowListener
    A Window Listener for when an In App Message Activity is rendered. Use this to change default Window settings such as going into immersive full screen mode.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void onCreate​(android.view.Window window)
      This method is invoked when an In App Message Activity onCreate is finished and setContentView is called.
    • Method Detail

      • onCreate

        void onCreate​(android.view.Window window)
        This method is invoked when an In App Message Activity onCreate is finished and setContentView is called.
        Parameters:
        window - The Window for the In App Message Activity