Request
data class Request(    val context: Context,     val url: String,     val screenOrientation: Int? = null,     val splashScreen: TrustedWebActivity.SplashScreen? = null)
Content copied to clipboard
A trusted web activity launch request.
Holds various parameters for showing a TWA.