Docs (4.0.0)
class Activity method

afterActiveAsync

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

protected

protected afterActiveAsync(): Promise<void>

Related

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