copy

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): HTML

Returns a copy of the HTML display content with the provided changes.