Home
last modified time | relevance | path

Searched refs:getBadgeCount (Results 1 – 25 of 25) sorted by relevance

/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/badge/
H A DBadgeModule.java25 promise.resolve(BadgeHelper.INSTANCE.getBadgeCount()); in getBadgeCountAsync()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/badge/
H A DBadgeModule.java26 promise.resolve(BadgeHelper.INSTANCE.getBadgeCount()); in getBadgeCountAsync()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/badge/
H A DBadgeModule.java24 promise.resolve(BadgeHelper.INSTANCE.getBadgeCount()); in getBadgeCountAsync()
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/presentation/builders/
H A DCategoryAwareNotificationBuilder.java40 if (content.getBadgeCount() != null) { in createBuilder()
41 builder.setNumber(content.getBadgeCount().intValue()); in createBuilder()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/notifications/presentation/builders/
H A DCategoryAwareNotificationBuilder.java40 if (content.getBadgeCount() != null) { in createBuilder()
41 builder.setNumber(content.getBadgeCount().intValue()); in createBuilder()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/presentation/builders/
H A DCategoryAwareNotificationBuilder.java40 if (content.getBadgeCount() != null) { in createBuilder()
41 builder.setNumber(content.getBadgeCount().intValue()); in createBuilder()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/notifications/presentation/builders/
H A DCategoryAwareNotificationBuilder.java40 if (content.getBadgeCount() != null) { in createBuilder()
41 builder.setNumber(content.getBadgeCount().intValue()); in createBuilder()
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/
H A DArgumentsNotificationContentBuilder.java45 .setBadgeCount(getBadgeCount(payload)) in setPayload()
65 protected Number getBadgeCount(ReadableArguments payload) { in getBadgeCount() method in ArgumentsNotificationContentBuilder
H A DJSONNotificationContentBuilder.java43 .setBadgeCount(getBadgeCount(payload)) in setPayload()
87 protected Number getBadgeCount(JSONObject payload) { in getBadgeCount() method in JSONNotificationContentBuilder
H A DNotificationSerializer.java73 if (content.getBadgeCount() != null) { in toBundle()
74 serializedContent.putInt("badge", content.getBadgeCount().intValue()); in toBundle()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/notifications/
H A DArgumentsNotificationContentBuilder.java45 .setBadgeCount(getBadgeCount(payload)) in setPayload()
65 protected Number getBadgeCount(ReadableArguments payload) { in getBadgeCount() method in ArgumentsNotificationContentBuilder
H A DJSONNotificationContentBuilder.java43 .setBadgeCount(getBadgeCount(payload)) in setPayload()
87 protected Number getBadgeCount(JSONObject payload) { in getBadgeCount() method in JSONNotificationContentBuilder
H A DNotificationSerializer.java73 if (content.getBadgeCount() != null) { in toBundle()
74 serializedContent.putInt("badge", content.getBadgeCount().intValue()); in toBundle()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/
H A DArgumentsNotificationContentBuilder.java45 .setBadgeCount(getBadgeCount(payload)) in setPayload()
65 protected Number getBadgeCount(ReadableArguments payload) { in getBadgeCount() method in ArgumentsNotificationContentBuilder
H A DJSONNotificationContentBuilder.java43 .setBadgeCount(getBadgeCount(payload)) in setPayload()
87 protected Number getBadgeCount(JSONObject payload) { in getBadgeCount() method in JSONNotificationContentBuilder
H A DNotificationSerializer.java73 if (content.getBadgeCount() != null) { in toBundle()
74 serializedContent.putInt("badge", content.getBadgeCount().intValue()); in toBundle()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/notifications/
H A DArgumentsNotificationContentBuilder.java45 .setBadgeCount(getBadgeCount(payload)) in setPayload()
65 protected Number getBadgeCount(ReadableArguments payload) { in getBadgeCount() method in ArgumentsNotificationContentBuilder
H A DJSONNotificationContentBuilder.java43 .setBadgeCount(getBadgeCount(payload)) in setPayload()
87 protected Number getBadgeCount(JSONObject payload) { in getBadgeCount() method in JSONNotificationContentBuilder
H A DNotificationSerializer.java73 if (content.getBadgeCount() != null) { in toBundle()
74 serializedContent.putInt("badge", content.getBadgeCount().intValue()); in toBundle()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/PushNotificationIOS/
H A DPushNotificationIOS.d.ts45 getBadgeCount(): number; method
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/PushNotificationIOS/
H A DPushNotificationIOS.d.ts45 getBadgeCount(): number; method
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/model/
H A DNotificationContent.java69 public Number getBadgeCount() { in getBadgeCount() method in NotificationContent
/expo/packages/expo-dev-client/android/src/androidTest/assets/
H A Dbundled_app.bundle380 …tentAvailable",value:function(){return this._contentAvailable}},{key:"getBadgeCount",value:functio…
/expo/packages/expo-dev-launcher/ios/
H A Dmain.jsbundle413 …tentAvailable",value:function(){return this._contentAvailable}},{key:"getBadgeCount",value:functio…
/expo/packages/expo-dev-launcher/android/src/debug/assets/
H A Dexpo_dev_launcher_android.bundle414 …tentAvailable",value:function(){return this._contentAvailable}},{key:"getBadgeCount",value:functio…