Home
last modified time | relevance | path

Searched refs:activityType (Results 1 – 25 of 42) sorted by relevance

12

/expo/packages/expo-router/ios/
H A DExpoHeadModule.swift10 var activityType: String! variable
75 "activityType": activity.activityType, in definition()
132 let activity = existing ?? NSUserActivity(activityType: value.activityType) in createOrUpdateActivity()
H A DExpoHeadAppDelegateSubscriber.swift77 } else if userActivity.activityType == CSQueryContinuationActionType {
/expo/apps/native-component-list/src/screens/Location/
H A DBackgroundLocationMapScreen.tsx53 activityType: Location.ActivityType | null;
63 activityType: null,
135 activityType: task?.options.activityType ?? null,
166 activityType: state.activityType ?? undefined,
167 pausesUpdatesAutomatically: state.activityType != null,
241 if (state.activityType) {
242 nextActivityType = locationActivityTypes[state.activityType] ?? null;
247 activityType: nextActivityType,
254 }, [state.activityType, state.isTracking, startLocationUpdates]);
314 state.activityType
[all …]
/expo/packages/expo-router/src/head/
H A DExpoHeadModule.ts14 activityType: string;
/expo/packages/expo-router/build/head/
H A DExpoHeadModule.d.ts10 activityType: string;
H A DExpoHeadModule.js.map1 …n keywords?: string[];\n // TODO: Get this automatically somehow\n activityType: string;\n // …
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Share/
H A DShare.d.ts32 activityType?: string | undefined;
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Share/
H A DShare.d.ts32 activityType?: string | undefined;
/expo/ios/versioned/sdk47/EXLocation/EXLocation/
H A DABI47_0_0EXLocation.h37 + (CLActivityType)CLActivityTypeFromOption:(NSInteger)activityType;
H A DABI47_0_0EXLocation.m600 + (CLActivityType)CLActivityTypeFromOption:(NSInteger)activityType
602 if (activityType >= CLActivityTypeOther && activityType <= CLActivityTypeOtherNavigation) {
603 return activityType;
606 if (activityType == CLActivityTypeAirborne) {
607 return activityType;
/expo/ios/versioned/sdk48/EXLocation/EXLocation/
H A DABI48_0_0EXLocation.h37 + (CLActivityType)CLActivityTypeFromOption:(NSInteger)activityType;
H A DABI48_0_0EXLocation.m600 + (CLActivityType)CLActivityTypeFromOption:(NSInteger)activityType
602 if (activityType >= CLActivityTypeOther && activityType <= CLActivityTypeOtherNavigation) {
603 return activityType;
606 if (activityType == CLActivityTypeAirborne) {
607 return activityType;
/expo/packages/expo-location/ios/EXLocation/
H A DEXLocation.h37 + (CLActivityType)CLActivityTypeFromOption:(NSInteger)activityType;
H A DEXLocation.m600 + (CLActivityType)CLActivityTypeFromOption:(NSInteger)activityType
602 if (activityType >= CLActivityTypeOther && activityType <= CLActivityTypeOtherNavigation) {
603 return activityType;
606 if (activityType == CLActivityTypeAirborne) {
607 return activityType;
/expo/ios/versioned/sdk49/EXLocation/EXLocation/
H A DABI49_0_0EXLocation.h37 + (CLActivityType)CLActivityTypeFromOption:(NSInteger)activityType;
H A DABI49_0_0EXLocation.m600 + (CLActivityType)CLActivityTypeFromOption:(NSInteger)activityType
602 if (activityType >= CLActivityTypeOther && activityType <= CLActivityTypeOtherNavigation) {
603 return activityType;
606 if (activityType == CLActivityTypeAirborne) {
607 return activityType;
/expo/packages/expo-location/build/
H A DLocation.types.d.ts165 activityType?: LocationActivityType;
/expo/packages/expo-location/src/
H A DLocation.types.ts180 activityType?: LocationActivityType;
/expo/ios/versioned/sdk47/EXLocation/EXLocation/TaskConsumers/
H A DABI47_0_0EXLocationTaskConsumer.m72 …locationManager.activityType = [ABI47_0_0EXLocation CLActivityTypeFromOption:[options[@"activityTy…
/expo/packages/expo-location/ios/EXLocation/TaskConsumers/
H A DEXLocationTaskConsumer.m72 …locationManager.activityType = [EXLocation CLActivityTypeFromOption:[options[@"activityType"] inte…
/expo/ios/versioned/sdk49/EXLocation/EXLocation/TaskConsumers/
H A DABI49_0_0EXLocationTaskConsumer.m72 …locationManager.activityType = [ABI49_0_0EXLocation CLActivityTypeFromOption:[options[@"activityTy…
/expo/ios/versioned/sdk48/EXLocation/EXLocation/TaskConsumers/
H A DABI48_0_0EXLocationTaskConsumer.m72 …locationManager.activityType = [ABI48_0_0EXLocation CLActivityTypeFromOption:[options[@"activityTy…
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/CoreModules/
H A DABI49_0_0RCTActionSheetManager.mm266 …^(NSString *activityType, BOOL completed, __unused NSArray *returnedItems, NSError *activityError)…
269 } else if (completed || activityType == nil) {
270 successCallback(@[ @(completed), ABI49_0_0RCTNullIfNil(activityType) ]);
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/CoreModules/
H A DABI48_0_0RCTActionSheetManager.mm266 …^(NSString *activityType, BOOL completed, __unused NSArray *returnedItems, NSError *activityError)…
269 } else if (completed || activityType == nil) {
270 successCallback(@[ @(completed), ABI48_0_0RCTNullIfNil(activityType) ]);
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/CoreModules/
H A DABI47_0_0RCTActionSheetManager.mm266 …^(NSString *activityType, BOOL completed, __unused NSArray *returnedItems, NSError *activityError)…
269 } else if (completed || activityType == nil) {
270 successCallback(@[ @(completed), ABI47_0_0RCTNullIfNil(activityType) ]);

12