yeet
This commit is contained in:
12
node_modules/unimodules-task-manager-interface/ios/UMTaskManagerInterface/UMTaskLaunchReason.h
generated
vendored
Normal file
12
node_modules/unimodules-task-manager-interface/ios/UMTaskManagerInterface/UMTaskLaunchReason.h
generated
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
// Copyright 2018-present 650 Industries. All rights reserved.
|
||||
|
||||
typedef enum {
|
||||
UMTaskLaunchReasonUnrecognized,
|
||||
UMTaskLaunchReasonUser,
|
||||
UMTaskLaunchReasonBluetoothCentrals,
|
||||
UMTaskLaunchReasonBluetoothPeripherals,
|
||||
UMTaskLaunchReasonBackgroundFetch,
|
||||
UMTaskLaunchReasonLocation,
|
||||
UMTaskLaunchReasonNewsstandDownloads,
|
||||
UMTaskLaunchReasonRemoteNotification,
|
||||
} UMTaskLaunchReason;
|
Reference in New Issue
Block a user