UNPKG

389 Btext/x-cView Raw
1// Copyright 2018-present 650 Industries. All rights reserved.
2
3typedef enum {
4 UMTaskLaunchReasonUnrecognized,
5 UMTaskLaunchReasonUser,
6 UMTaskLaunchReasonBluetoothCentrals,
7 UMTaskLaunchReasonBluetoothPeripherals,
8 UMTaskLaunchReasonBackgroundFetch,
9 UMTaskLaunchReasonLocation,
10 UMTaskLaunchReasonNewsstandDownloads,
11 UMTaskLaunchReasonRemoteNotification,
12} UMTaskLaunchReason;