Preview 2.0 is now in Public Beta!
Read the Announcement
Note: You are on the beta version of our docs. This is a work in progress and may contain broken links and pages.
interface AndroidActivityEventData {
  activity: AppCompatActivity;
  eventName: string;
  object: any;
}
Data for the Android activity events.

Summary

Properties

activity

activity: AppCompatActivity

eventName

eventName: string

object

object: any
The instance that has raised the event.