UriAction

open class UriAction : IAction

Constructors

Link copied to clipboard
fun UriAction(uri: Uri, extras: Bundle?, useWebView: Boolean, channel: Channel)
Link copied to clipboard
fun UriAction(original: UriAction)

Constructor to copy an existing UriAction.

Functions

Link copied to clipboard
open override fun execute(context: Context)

Opens the action's Uri properly based on useWebView status and channel.

Link copied to clipboard
fun getIntentArrayWithConfiguredBackStack(context: Context, extras: Bundle?, targetIntent: Intent, configurationProvider: BrazeConfigurationProvider): Array<Intent>

Gets an Intent array that has the configured back stack functionality.

Properties

Link copied to clipboard
open override val channel: Channel
Link copied to clipboard
Link copied to clipboard
var uri: Uri
Link copied to clipboard