Home
last modified time | relevance | path

Searched refs:isAuthenticationRequired (Results 1 – 16 of 16) sorted by relevance

/expo/packages/expo-notifications/src/__tests__/
H A DNotificationCategories-test.ts16 isAuthenticationRequired: true,
41 isAuthenticationRequired: true,
/expo/android/expoview/src/main/java/host/exp/exponent/notifications/
H A DActionObject.kt14 @Column var isAuthenticationRequired: Boolean? = null variable in host.exp.exponent.notifications.ActionObject
29 isAuthenticationRequired = map["isAuthenticationRequired"] as Boolean?
/expo/packages/expo-notifications/ios/EXNotifications/Notifications/Categories/
H A DEXNotificationCategoriesModule.m117 if ([params[@"options"][@"isAuthenticationRequired"] boolValue]) {
213 …serializedOptions[@"isAuthenticationRequired"] = [NSNumber numberWithBool:((options & UNNotificati…
/expo/ios/versioned/sdk47/EXNotifications/EXNotifications/Notifications/Categories/
H A DABI47_0_0EXNotificationCategoriesModule.m117 if ([params[@"options"][@"isAuthenticationRequired"] boolValue]) {
213 …serializedOptions[@"isAuthenticationRequired"] = [NSNumber numberWithBool:((options & UNNotificati…
/expo/ios/versioned/sdk49/EXNotifications/EXNotifications/Notifications/Categories/
H A DABI49_0_0EXNotificationCategoriesModule.m117 if ([params[@"options"][@"isAuthenticationRequired"] boolValue]) {
213 …serializedOptions[@"isAuthenticationRequired"] = [NSNumber numberWithBool:((options & UNNotificati…
/expo/ios/versioned/sdk48/EXNotifications/EXNotifications/Notifications/Categories/
H A DABI48_0_0EXNotificationCategoriesModule.m117 if ([params[@"options"][@"isAuthenticationRequired"] boolValue]) {
213 …serializedOptions[@"isAuthenticationRequired"] = [NSNumber numberWithBool:((options & UNNotificati…
/expo/packages/expo-notifications/src/
H A DNotifications.types.ts620 isAuthenticationRequired?: boolean;
/expo/packages/expo-notifications/build/
H A DNotifications.types.d.ts568 isAuthenticationRequired?: boolean;
H A DNotifications.types.js.map1 …thentication from the user.\n * @platform ios\n */\n isAuthenticationRequired?: boolean…
/expo/ios/versioned-react-native/ABI49_0_0/Expo/ExpoKit/Core/Api/
H A DABI49_0_0EXNotifications.m446 if ([params[@"isAuthenticationRequired"] boolValue]) {
/expo/ios/versioned-react-native/ABI47_0_0/Expo/ExpoKit/Core/Api/
H A DABI47_0_0EXNotifications.m446 if ([params[@"isAuthenticationRequired"] boolValue]) {
/expo/ios/versioned-react-native/ABI48_0_0/Expo/ExpoKit/Core/Api/
H A DABI48_0_0EXNotifications.m446 if ([params[@"isAuthenticationRequired"] boolValue]) {
/expo/apps/test-suite/tests/
H A DNotifications.js618 isAuthenticationRequired: true, property
627 isAuthenticationRequired: true, property
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dnotifications.mdx1250 …- `isAuthenticationRequired`: (**iOS only**) Boolean indicating whether triggering the action will…
2007 isAuthenticationRequired?: boolean;
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dnotifications.mdx1250 …- `isAuthenticationRequired`: (**iOS only**) Boolean indicating whether triggering the action will…
2007 isAuthenticationRequired?: boolean;
/expo/packages/expo-notifications/
H A DREADME.md1248 …- `isAuthenticationRequired`: (**iOS only**) Boolean indicating whether triggering the action will…
1999 isAuthenticationRequired?: boolean;