Searched refs:PushNotificationServiceEnvironment (Results 1 – 3 of 3) sorted by relevance
93 export type PushNotificationServiceEnvironment = 'development' | 'production' | null;101 …ction getIosPushNotificationServiceEnvironmentAsync(): Promise<PushNotificationServiceEnvironment>;
1 …PushNotificationServiceEnvironment = 'development' | 'production' | null;\n\n// @needsAudit\n/**\n…
144 export type PushNotificationServiceEnvironment = 'development' | 'production' | null; alias154 …tion getIosPushNotificationServiceEnvironmentAsync(): Promise<PushNotificationServiceEnvironment> {