8.7 released—WinterCG Compliance Part 1
Learn more
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.