Interfaces
AndroidActivityResultEventData
Data for the Android activity result event.
Defined in: application/application-interfaces.ts
Data for the Android activity result event.
Extends
Properties
activity
activity: AppCompatActivity;Defined in: application/application-interfaces.ts
The activity.
Inherited from
AndroidActivityEventData.activity
eventName
eventName: string;Defined in: application/application-interfaces.ts
The name of the event.
Inherited from
AndroidActivityEventData.eventName
intent
intent: Intent;Defined in: application/application-interfaces.ts
The intent.
object
object: any;Defined in: application/application-interfaces.ts
The instance that has raised the event.
Inherited from
AndroidActivityEventData.object
requestCode
requestCode: number;Defined in: application/application-interfaces.ts
The request code.
resultCode
resultCode: number;Defined in: application/application-interfaces.ts
The result code.