RongNotificationInterface

FCM Push Passthrough Pop-up Notification Bar

Constructors

Link copied to clipboard

Types

Link copied to clipboard
public enum SoundType

Functions

Link copied to clipboard
public static Notification createNotification(Context context, String title, PendingIntent pendingIntent, String content, RongNotificationInterface.SoundType soundType, boolean isShowDetail)
public static Notification createNotification(Context context, String title, PendingIntent pendingIntent, String content, RongNotificationInterface.SoundType soundType, String channelId)
Link copied to clipboard
public static void removeAllNotification(Context context)
Clears all push notifications for the application.
Link copied to clipboard
public static void removeAllPushNotification(Context context)
Clears all offline push notifications.
Link copied to clipboard
public static void removeAllPushServiceNotification(Context context)
Clears all push notifications from the background push service.
Link copied to clipboard
public static void removeNotification(Context context, int notificationId)
Link copied to clipboard
@Deprecated()
public static void sendNotification(Context context, PushNotificationMessage message)
public static void sendNotification(Context context, PushNotificationMessage message, PushType pushType, int left)
Sends a notification.
Link copied to clipboard
public static void setNotificationSound(Uri uri)