Home
last modified time | relevance | path

Searched refs:providesAppNotificationSettings (Results 1 – 10 of 10) sorted by relevance

/expo/packages/expo-notifications/src/
H A DNotificationPermissions.types.ts42 providesAppNotificationSettings?: boolean;
/expo/packages/expo-notifications/build/
H A DNotificationPermissions.types.d.ts36 providesAppNotificationSettings?: boolean;
H A DNotificationPermissions.types.js.map1 …IosAlertStyle;\n allowsPreviews?: IosAllowsPreviews;\n providesAppNotificationSettings?: boo…
/expo/packages/expo-notifications/ios/EXNotifications/Permissions/
H A DEXUserFacingNotificationsPermissionsRequester.m62 status[@"providesAppNotificationSettings"] = @(settings.providesAppNotificationSettings);
/expo/ios/versioned/sdk47/EXNotifications/EXNotifications/Permissions/
H A DABI47_0_0EXUserFacingNotificationsPermissionsRequester.m62 status[@"providesAppNotificationSettings"] = @(settings.providesAppNotificationSettings);
/expo/ios/versioned/sdk49/EXNotifications/EXNotifications/Permissions/
H A DABI49_0_0EXUserFacingNotificationsPermissionsRequester.m62 status[@"providesAppNotificationSettings"] = @(settings.providesAppNotificationSettings);
/expo/ios/versioned/sdk48/EXNotifications/EXNotifications/Permissions/
H A DABI48_0_0EXUserFacingNotificationsPermissionsRequester.m62 status[@"providesAppNotificationSettings"] = @(settings.providesAppNotificationSettings);
/expo/apps/test-suite/tests/
H A DNotifications.js284 providesAppNotificationSettings: true, property
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dnotifications.mdx2036 providesAppNotificationSettings?: boolean;
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dnotifications.mdx2036 providesAppNotificationSettings?: boolean;