getNavigationTarget
Returns a NavigationTarget instance that refers to this activity.
getNavigationTarget(...detail: StringConvertible[]): NavigationTarget
Notes
- The navigationPageId for this activity is used to determine the target page ID, and the provided detail parameter(s) are combined into the detail string.
Parameters
- detail — One or more values to be used as detail parts of the navigation path
Related
- class ActivityA class that represents a part of the application that can be activated when the user navigates to it.