Fullscreen
Display content for a full screen in-app message.
Properties
Link copied to clipboard
                  The optional banner background color.
Link copied to clipboard
                  The optional body InAppMessageTextInfo.
Link copied to clipboard
                  The optional button layout.
Link copied to clipboard
                  The list of optional buttons.
Link copied to clipboard
                  The optional banner dismiss button color.
Link copied to clipboard
                  The optional footer button InAppMessageButtonInfo.
Link copied to clipboard
                  The optional heading InAppMessageTextInfo.
Link copied to clipboard
                  The optional media InAppMessageMediaInfo.
Link copied to clipboard
                  The optional full screen Template.
Functions
Link copied to clipboard
                  fun copy(heading: InAppMessageTextInfo? = this.heading, body: InAppMessageTextInfo? = this.body, media: InAppMessageMediaInfo? = this.media, footer: InAppMessageButtonInfo? = this.footer, buttons: List<InAppMessageButtonInfo> = this.buttons, buttonLayoutType: InAppMessageButtonLayoutType = this.buttonLayoutType, template: Fullscreen.Template = this.template, backgroundColor: InAppMessageColor = this.backgroundColor, dismissButtonColor: InAppMessageColor = this.dismissButtonColor): Fullscreen
Returns a copy of the Fullscreen display content with the provided changes.
Link copied to clipboard