Searched refs:NotificationHelper (Results 1 – 7 of 7) sorted by relevance
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/notifications/ |
| H A D | NotificationsModule.java | 33 import host.exp.exponent.notifications.NotificationHelper; 150 …NotificationHelper.getPushNotificationToken(uuid, experienceId, mEASProjectId, mExponentNetwork, m… in getExponentPushTokenAsync() 177 NotificationHelper.createChannel( in createChannel() 192 NotificationHelper.deleteChannel( in deleteChannel() 226 NotificationHelper.maybeCreateLegacyStoredChannel( in presentLocalNotificationWithChannel() 235 NotificationHelper.showNotification( in presentLocalNotificationWithChannel() 240 new NotificationHelper.Listener() { in presentLocalNotificationWithChannel() 264 NotificationHelper.maybeCreateLegacyStoredChannel( in scheduleLocalNotificationWithChannel() 278 NotificationHelper.scheduleLocalNotification( in scheduleLocalNotificationWithChannel() 284 new NotificationHelper.Listener() { in scheduleLocalNotificationWithChannel()
|
| /expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/notifications/ |
| H A D | NotificationsModule.java | 33 import host.exp.exponent.notifications.NotificationHelper; 150 …NotificationHelper.getPushNotificationToken(uuid, experienceId, mEASProjectId, mExponentNetwork, m… in getExponentPushTokenAsync() 177 NotificationHelper.createChannel( in createChannel() 192 NotificationHelper.deleteChannel( in deleteChannel() 226 NotificationHelper.maybeCreateLegacyStoredChannel( in presentLocalNotificationWithChannel() 235 NotificationHelper.showNotification( in presentLocalNotificationWithChannel() 240 new NotificationHelper.Listener() { in presentLocalNotificationWithChannel() 264 NotificationHelper.maybeCreateLegacyStoredChannel( in scheduleLocalNotificationWithChannel() 278 NotificationHelper.scheduleLocalNotification( in scheduleLocalNotificationWithChannel() 284 new NotificationHelper.Listener() { in scheduleLocalNotificationWithChannel()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/notifications/ |
| H A D | NotificationsModule.java | 33 import host.exp.exponent.notifications.NotificationHelper; 150 …NotificationHelper.getPushNotificationToken(uuid, experienceId, mEASProjectId, mExponentNetwork, m… in getExponentPushTokenAsync() 177 NotificationHelper.createChannel( in createChannel() 192 NotificationHelper.deleteChannel( in deleteChannel() 226 NotificationHelper.maybeCreateLegacyStoredChannel( in presentLocalNotificationWithChannel() 235 NotificationHelper.showNotification( in presentLocalNotificationWithChannel() 240 new NotificationHelper.Listener() { in presentLocalNotificationWithChannel() 264 NotificationHelper.maybeCreateLegacyStoredChannel( in scheduleLocalNotificationWithChannel() 278 NotificationHelper.scheduleLocalNotification( in scheduleLocalNotificationWithChannel() 284 new NotificationHelper.Listener() { in scheduleLocalNotificationWithChannel()
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/notifications/ |
| H A D | NotificationsModule.java | 33 import host.exp.exponent.notifications.NotificationHelper; 150 …NotificationHelper.getPushNotificationToken(uuid, experienceId, mEASProjectId, mExponentNetwork, m… in getExponentPushTokenAsync() 177 NotificationHelper.createChannel( in createChannel() 192 NotificationHelper.deleteChannel( in deleteChannel() 226 NotificationHelper.maybeCreateLegacyStoredChannel( in presentLocalNotificationWithChannel() 235 NotificationHelper.showNotification( in presentLocalNotificationWithChannel() 240 new NotificationHelper.Listener() { in presentLocalNotificationWithChannel() 264 NotificationHelper.maybeCreateLegacyStoredChannel( in scheduleLocalNotificationWithChannel() 278 NotificationHelper.scheduleLocalNotification( in scheduleLocalNotificationWithChannel() 284 new NotificationHelper.Listener() { in scheduleLocalNotificationWithChannel()
|
| /expo/android/expoview/src/main/java/host/exp/exponent/notifications/ |
| H A D | ScheduledNotificationReceiver.kt | 27 NotificationHelper.showNotification( in onReceive() 32 object : NotificationHelper.Listener { in onReceive()
|
| H A D | ScopedExpoNotificationBuilder.kt | 76 } else NotificationHelper.getColor(null, manifest!!, exponentManifest) in getColor()
|
| H A D | NotificationHelper.kt | 48 object NotificationHelper { object 49 private val TAG = NotificationHelper::class.java.simpleName
|