Request

data class Request(    val context: Context,     val url: String,     val screenOrientation: Int? = null,     val splashScreen: TrustedWebActivity.SplashScreen? = null)

A trusted web activity launch request.

Holds various parameters for showing a TWA.

Constructors

Link copied to clipboard
fun Request(    context: Context,     url: String,     screenOrientation: Int? = null,     splashScreen: TrustedWebActivity.SplashScreen? = null)

Properties

Link copied to clipboard
val context: Context
Link copied to clipboard
val screenOrientation: Int? = null
Link copied to clipboard
val splashScreen: TrustedWebActivity.SplashScreen? = null
Link copied to clipboard
val url: String

Sources

Link copied to clipboard