xref: /expo/android/expoview/src/main/java/host/exp/exponent/notifications/ReceivedNotificationEvent.kt (revision 0dfbbd2a)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // Copyright 2015-present 650 Industries. All rights reserved.
2 package host.exp.exponent.notifications
3 
4 class ReceivedNotificationEvent(
5   experienceScopeKey: String,
6   body: String?,
7   notificationId: Int,
8   isMultiple: Boolean,
9   isRemote: Boolean
10 ) : ExponentNotification(experienceScopeKey, body, notificationId, isMultiple, isRemote)
11 

served by {OpenGrok

Last Index Update: Tue Oct 21 18:42:31 GMT 2025