Rong Notification Interface
FCM推送透传弹出通知栏
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
清除应用的所有推送通知。
Link copied to clipboard
清除所有离线消息的推送通知。也就是说,如果是从开发者后台发送推送服务的通知,仍然会保留,不会清除。
Link copied to clipboard
清除所有后台推送服务的推送通知。后台推送服务,是指开发者后台的广播推送服务。
Link copied to clipboard
Link copied to clipboard
public static void sendNotification(Context context, PushNotificationMessage message, PushType pushType, int left)
发送通知。推送通知和后台通知最终都是通过这个方法发送notification。
Link copied to clipboard