You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additionally, expose an AndroidApp::finish() API that can be used to explicitly call the Activity::finish() method which will lead to the activity being stopped and destroyed (with a corresponding Destroy event)
Additionally, expose an
AndroidApp::finish()API that can be used to explicitly call theActivity::finish()method which will lead to the activity being stopped and destroyed (with a correspondingDestroyevent)