Docs (4.0.0)
class Activity method

afterInactiveAsync

A method that’s called and awaited after the activity is deactivated, to be overridden if needed.

protected

protected afterInactiveAsync(): Promise<void>

Related

  • class ActivityA class that represents a part of the application that can be activated when the user navigates to it.