Home
last modified time | relevance | path

Searched refs:notificationPreferences (Results 1 – 12 of 12) sorted by relevance

/expo/ios/versioned/sdk47/EXManifests/EXManifests/
H A DABI47_0_0EXManifestsBaseManifest.h22 - (nullable NSDictionary *)notificationPreferences;
H A DABI47_0_0EXManifestsManifest.h52 - (nullable NSDictionary *)notificationPreferences;
H A DABI47_0_0EXManifestsBaseManifest.m66 - (nullable NSDictionary *)notificationPreferences { method
/expo/ios/versioned/sdk48/EXManifests/EXManifests/
H A DABI48_0_0EXManifestsBaseManifest.h23 - (nullable NSDictionary *)notificationPreferences;
H A DABI48_0_0EXManifestsManifest.h52 - (nullable NSDictionary *)notificationPreferences;
H A DABI48_0_0EXManifestsBaseManifest.m66 - (nullable NSDictionary *)notificationPreferences { method
/expo/packages/expo-manifests/ios/Tests/
H A DBareManifestSpec.swift44 expect(manifest.notificationPreferences()).to(beNil()) in spec()
H A DLegacyManifestSpec.swift44 expect(manifest.notificationPreferences()).to(beNil()) in spec()
H A DNewManifestSpec.swift39 expect(manifest.notificationPreferences()).to(beNil()) in spec()
/expo/android/expoview/src/main/java/host/exp/exponent/notifications/
H A DNotificationHelper.kt70 val notificationPreferences = manifest.getNotificationPreferences() in loadIcon() constant
74 if (notificationPreferences != null) { in loadIcon()
75 … iconUrl = notificationPreferences.getNullable(ExponentManifest.MANIFEST_NOTIFICATION_ICON_URL_KEY) in loadIcon()
/expo/packages/expo-manifests/ios/EXManifests/
H A DManifest.swift175 public func notificationPreferences() -> [String: Any]? { in notificationPreferences() function
/expo/ios/versioned/sdk49/EXManifests/EXManifests/
H A DManifest.swift171 public func notificationPreferences() -> [String: Any]? { in notificationPreferences() function