-
public class MeiroNotifications
-
-
Field Summary
Fields Modifier and Type Field Description public final static MeiroNotificationsINSTANCE
-
Method Summary
-
-
Method Detail
-
isMeiroMessage
final Boolean isMeiroMessage(RemoteMessage message)
Checks whether the given message is sent by a Meiro platform.
-
show
final Unit show(Context context, RemoteMessage message)
Show a notification for the given message.
Since API android.os.Build.VERSION_CODES.TIRAMISU this methods requires the android.Manifest.permission.POST_NOTIFICATIONS permission to be granted to display a notification.
-
-
-
-