ExternalWebParams

data class ExternalWebParams(val externalURL: String, val brandName: String, val brandColor: Int) : Parcelable

Represents parameters for configuring an external web view, supporting Parcelable for Android.

Parameters

externalURL

The URL of the external web content to be displayed.

brandName

The name of the brand associated with the web content.

brandColor

The brand color as an ARGB integer for styling the web view.

Constructors

Link copied to clipboard
constructor(externalURL: String, brandName: String, brandColor: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)