TrustedWebActivityIntent
class TrustedWebActivityIntent
kotlin.Any | |
↳ | androidx.browser.trusted.TrustedWebActivityIntent |
Holds an Intent
and other data necessary to start a Trusted Web Activity.
Summary
Public methods | |
---|---|
Intent |
Returns the held |
Unit |
launchTrustedWebActivity(@NonNull context: Context) Launches a Trusted Web Activity. |
Public methods
getIntent
@NonNull fun getIntent(): Intent
Returns the held Intent
. For launching a Trusted Web Activity prefer using launchTrustedWebActivity
.