Package-level declarations
Types
Link copied to clipboard
abstract class InAppTemplateView @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null) : FrameLayout
Base for every native in-app template view. Owns the action/close callback wiring and the enter/exit animation contract; subclasses build their own content and call dispatchAction / requestClose.