Docs (4.0.0)
class Activity method

beforeInactiveAsync

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

protected

protected beforeInactiveAsync(): Promise<void>

Related

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