beforeUnlink
A method that’s called immediately before unlinking this activity.
protected
protected beforeUnlink(): void
Notes
- If overridden, the base implementation must be called as well to ensure that all resources are released, if any.
Related
- class ActivityA class that represents a part of the application that can be activated when the user navigates to it.