HTML
Display content for an HTML in-app message.
Properties
Link copied to clipboard
                  A flag indicating whether the dialog is allowed to be displayed as fullscreen.
Link copied to clipboard
                  The aspect lock when displaying the message as a dialog.
Link copied to clipboard
                  The optional banner background color.
Link copied to clipboard
                  The optional border radius in dps.
Link copied to clipboard
                  The optional banner dismiss button color.
Link copied to clipboard
                  A flag that forces fullscreen display.
Link copied to clipboard
                  Checks if the message can be displayed or not if connectivity is unavailable.
Functions
Link copied to clipboard
                  fun copy(url: String = this.url, height: Long = this.height, width: Long = this.width, aspectLock: Boolean? = this.aspectLock, requiresConnectivity: Boolean? = this.requiresConnectivity, backgroundColor: InAppMessageColor = this.backgroundColor, dismissButtonColor: InAppMessageColor = this.dismissButtonColor, borderRadius: Float = this.borderRadius, allowFullscreenDisplay: Boolean = this.allowFullscreenDisplay, forceFullScreenDisplay: Boolean = this.forceFullScreenDisplay): HTML
Returns a copy of the HTML display content with the provided changes.
Link copied to clipboard