ExternalActivityResult

data class ExternalActivityResult(val resultCode: Int, val data: Intent?)

Generic bridge for SDK adapters that need the host app to launch an external activity and return its result asynchronously.

Constructors

Link copied to clipboard
constructor(resultCode: Int, data: Intent?)

Properties

Link copied to clipboard
val data: Intent?
Link copied to clipboard