Home
last modified time | relevance | path

Searched refs:previewPlaceholder (Results 1 – 18 of 18) sorted by relevance

/expo/packages/expo-notifications/src/__tests__/
H A DNotificationCategories-test.ts22 previewPlaceholder: 'this is just a placeholder',
47 previewPlaceholder: 'this is just a placeholder',
/expo/packages/expo-notifications/build/
H A DNotificationCategoriesModule.types.d.ts6 previewPlaceholder?: string;
H A DNotificationCategoriesModule.types.js.map1 …tring,\n actions: NotificationAction[],\n options?: {\n previewPlaceholder?: string;\n …
H A DNotifications.types.d.ts591 previewPlaceholder?: string;
H A DNotifications.types.js.map1 …calized iOS system default placeholder (`Notification`).\n */\n previewPlaceholder?: string;\n …
/expo/packages/expo-notifications/src/
H A DNotificationCategoriesModule.types.ts11 previewPlaceholder?: string;
H A DNotifications.types.ts646 previewPlaceholder?: string;
/expo/packages/expo-notifications/ios/EXNotifications/Notifications/Categories/
H A DEXNotificationCategoriesModule.m74 NSString *previewPlaceholder = options[@"previewPlaceholder"];
87 hiddenPreviewsBodyPlaceholder:previewPlaceholder
94 hiddenPreviewsBodyPlaceholder:previewPlaceholder
174 serializedOptions[@"previewPlaceholder"] = category.hiddenPreviewsBodyPlaceholder;
/expo/ios/versioned/sdk47/EXNotifications/EXNotifications/Notifications/Categories/
H A DABI47_0_0EXNotificationCategoriesModule.m74 NSString *previewPlaceholder = options[@"previewPlaceholder"];
87 hiddenPreviewsBodyPlaceholder:previewPlaceholder
94 hiddenPreviewsBodyPlaceholder:previewPlaceholder
174 serializedOptions[@"previewPlaceholder"] = category.hiddenPreviewsBodyPlaceholder;
/expo/ios/versioned/sdk49/EXNotifications/EXNotifications/Notifications/Categories/
H A DABI49_0_0EXNotificationCategoriesModule.m74 NSString *previewPlaceholder = options[@"previewPlaceholder"];
87 hiddenPreviewsBodyPlaceholder:previewPlaceholder
94 hiddenPreviewsBodyPlaceholder:previewPlaceholder
174 serializedOptions[@"previewPlaceholder"] = category.hiddenPreviewsBodyPlaceholder;
/expo/ios/versioned/sdk48/EXNotifications/EXNotifications/Notifications/Categories/
H A DABI48_0_0EXNotificationCategoriesModule.m74 NSString *previewPlaceholder = options[@"previewPlaceholder"];
87 hiddenPreviewsBodyPlaceholder:previewPlaceholder
94 hiddenPreviewsBodyPlaceholder:previewPlaceholder
174 serializedOptions[@"previewPlaceholder"] = category.hiddenPreviewsBodyPlaceholder;
/expo/ios/versioned-react-native/ABI49_0_0/Expo/ExpoKit/Core/Api/
H A DABI49_0_0EXNotifications.m308 previewPlaceholder: (NSString *)previewPlaceholder
322 … hiddenPreviewsBodyPlaceholder: previewPlaceholder
/expo/ios/versioned-react-native/ABI47_0_0/Expo/ExpoKit/Core/Api/
H A DABI47_0_0EXNotifications.m308 previewPlaceholder: (NSString *)previewPlaceholder
322 … hiddenPreviewsBodyPlaceholder: previewPlaceholder
/expo/ios/versioned-react-native/ABI48_0_0/Expo/ExpoKit/Core/Api/
H A DABI48_0_0EXNotifications.m308 previewPlaceholder: (NSString *)previewPlaceholder
322 … hiddenPreviewsBodyPlaceholder: previewPlaceholder
/expo/apps/test-suite/tests/
H A DNotifications.js637 previewPlaceholder: 'preview goes here', property
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dnotifications.mdx1253 …- `previewPlaceholder`: Customizable placeholder for the notification preview text. This is shown …
1983 previewPlaceholder?: string;
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dnotifications.mdx1253 …- `previewPlaceholder`: Customizable placeholder for the notification preview text. This is shown …
1983 previewPlaceholder?: string;
/expo/packages/expo-notifications/
H A DREADME.md1251 …- `previewPlaceholder`: Customizable placeholder for the notification preview text. This is shown …
1975 previewPlaceholder?: string;