Searched refs:notificationPreferences (Results 1 – 12 of 12) sorted by relevance
22 - (nullable NSDictionary *)notificationPreferences;
52 - (nullable NSDictionary *)notificationPreferences;
66 - (nullable NSDictionary *)notificationPreferences { method
23 - (nullable NSDictionary *)notificationPreferences;
44 expect(manifest.notificationPreferences()).to(beNil()) in spec()
39 expect(manifest.notificationPreferences()).to(beNil()) in spec()
70 val notificationPreferences = manifest.getNotificationPreferences() in loadIcon() constant74 if (notificationPreferences != null) { in loadIcon()75 … iconUrl = notificationPreferences.getNullable(ExponentManifest.MANIFEST_NOTIFICATION_ICON_URL_KEY) in loadIcon()
175 public func notificationPreferences() -> [String: Any]? { in notificationPreferences() function
171 public func notificationPreferences() -> [String: Any]? { in notificationPreferences() function