Default In App Message Slideup View Factory
Default IInAppMessageViewFactory for slideup in-app messages. Inflates an InAppMessageSlideupView and configures its image, background color, message text, icon, and chevron indicator.
Functions
Link copied to clipboard
open override fun createInAppMessageView(activity: Activity, inAppMessage: IInAppMessage): InAppMessageSlideupView?
This method should either inflate or programmatically create a new View that will be used to display an in-app message. A new View must be created on every call. This prevents the memory leak that would occur if the View was shared by multiple Activity classes.