13 lines
389 B
C
13 lines
389 B
C
![]() |
// Copyright 2018-present 650 Industries. All rights reserved.
|
||
|
|
||
|
typedef enum {
|
||
|
UMTaskLaunchReasonUnrecognized,
|
||
|
UMTaskLaunchReasonUser,
|
||
|
UMTaskLaunchReasonBluetoothCentrals,
|
||
|
UMTaskLaunchReasonBluetoothPeripherals,
|
||
|
UMTaskLaunchReasonBackgroundFetch,
|
||
|
UMTaskLaunchReasonLocation,
|
||
|
UMTaskLaunchReasonNewsstandDownloads,
|
||
|
UMTaskLaunchReasonRemoteNotification,
|
||
|
} UMTaskLaunchReason;
|