Rong Notification Interface
FCM Push Passthrough Pop-up Notification Bar
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
Clears all push notifications for the application.
Link copied to clipboard
Clears all offline push notifications.
Link copied to clipboard
Clears all push notifications from the background push service.
Link copied to clipboard
Link copied to clipboard
public static void sendNotification(Context context, PushNotificationMessage message, PushType pushType, int left)
Sends a notification.
Link copied to clipboard