Docs (4.0.0)
class Activity method

beforeActiveAsync

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

protected

protected beforeActiveAsync(): Promise<void>

Related

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