Home
last modified time | relevance | path

Searched refs:allowInCarPlay (Results 1 – 15 of 15) sorted by relevance

/expo/packages/expo-notifications/src/__tests__/
H A DNotificationCategories-test.ts26 allowInCarPlay: true,
51 allowInCarPlay: true,
/expo/packages/expo-notifications/build/
H A DNotificationCategoriesModule.types.d.ts10 allowInCarPlay?: boolean;
H A DNotificationCategoriesModule.types.js.map1 …SummaryFormat?: string;\n customDismissAction?: boolean;\n allowInCarPlay?: boolean;\n …
H A DNotifications.types.d.ts612 allowInCarPlay?: boolean;
H A DNotifications.types.js.map1 …arPlay to make use of this feature.**\n * @default false\n */\n allowInCarPlay?: boolean;\n …
/expo/packages/expo-notifications/src/
H A DNotificationCategoriesModule.types.ts15 allowInCarPlay?: boolean;
H A DNotifications.types.ts667 allowInCarPlay?: boolean;
/expo/packages/expo-notifications/ios/EXNotifications/Notifications/Categories/
H A DEXNotificationCategoriesModule.m138 if ([params[@"allowInCarPlay"] boolValue]) {
172 …serializedOptions[@"allowInCarPlay"] = [NSNumber numberWithBool:((category.options & UNNotificatio…
/expo/ios/versioned/sdk47/EXNotifications/EXNotifications/Notifications/Categories/
H A DABI47_0_0EXNotificationCategoriesModule.m138 if ([params[@"allowInCarPlay"] boolValue]) {
172 …serializedOptions[@"allowInCarPlay"] = [NSNumber numberWithBool:((category.options & UNNotificatio…
/expo/ios/versioned/sdk49/EXNotifications/EXNotifications/Notifications/Categories/
H A DABI49_0_0EXNotificationCategoriesModule.m138 if ([params[@"allowInCarPlay"] boolValue]) {
172 …serializedOptions[@"allowInCarPlay"] = [NSNumber numberWithBool:((category.options & UNNotificatio…
/expo/ios/versioned/sdk48/EXNotifications/EXNotifications/Notifications/Categories/
H A DABI48_0_0EXNotificationCategoriesModule.m138 if ([params[@"allowInCarPlay"] boolValue]) {
172 …serializedOptions[@"allowInCarPlay"] = [NSNumber numberWithBool:((category.options & UNNotificatio…
/expo/apps/test-suite/tests/
H A DNotifications.js639 allowInCarPlay: false, property
650 allowInCarPlay: false, property
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dnotifications.mdx1257 …- `allowInCarPlay`: A boolean indicating whether to allow CarPlay to display notifications of this…
1987 allowInCarPlay?: boolean;
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dnotifications.mdx1257 …- `allowInCarPlay`: A boolean indicating whether to allow CarPlay to display notifications of this…
1987 allowInCarPlay?: boolean;
/expo/packages/expo-notifications/
H A DREADME.md1255 …- `allowInCarPlay`: A boolean indicating whether to allow CarPlay to display notifications of this…
1979 allowInCarPlay?: boolean;