activate()
Activates the activity.
activate(): this;
Notes
- After activation, the activity’s view is created automatically, and displayed if needed.
- The afterActive method is called after activation for initialization (may be async).
Return value
This activity instance, for chaining
Errors
This method throws an error if the activity has been unlinked or not attached.
Related
class Activity
A class that represents a part of the application that can be activated when the user navigates to it.
