Home
last modified time | relevance | path

Searched refs:PushNotificationServiceEnvironment (Results 1 – 3 of 3) sorted by relevance

/expo/packages/expo-application/build/
H A DApplication.d.ts93 export type PushNotificationServiceEnvironment = 'development' | 'production' | null;
101 …ction getIosPushNotificationServiceEnvironmentAsync(): Promise<PushNotificationServiceEnvironment>;
H A DApplication.js.map1PushNotificationServiceEnvironment = 'development' | 'production' | null;\n\n// @needsAudit\n/**\n…
/expo/packages/expo-application/src/
H A DApplication.ts144 export type PushNotificationServiceEnvironment = 'development' | 'production' | null; alias
154 …tion getIosPushNotificationServiceEnvironmentAsync(): Promise<PushNotificationServiceEnvironment> {