You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Defines how application should behave when a application task is removed.
397
+
*/
398
+
exportenumTaskRemovedBehavior{
399
+
/** The default state, indicating that navigation guidance, location updates, and notification should persist after user removes the application task. */
400
+
CONTINUE_SERVICE=0,
401
+
/** Indicates that navigation guidance, location updates, and notification should shut down immediately when the user removes the application task. */
0 commit comments