RongCloud React Native IM Wrapper - v5.12.1
    Preparing search index...

    Interface RCIMIWIOSPushOptions

    interface RCIMIWIOSPushOptions {
        threadId?: string;
        category?: string;
        apnsCollapseId?: string;
        richMediaUri?: string;
    }
    Index

    Properties

    threadId?: string

    Group notifications with the same thread-id in iOS notification center, supported since iOS 10

    category?: string

    Define your own iOS rich text push type and parse it in your app. Use it with richMediaUri. When you set the category, the push includes mutable-content by default, with a value of 1. If not set, the backend defaults to the message type string, like RC:TxtMsg.

    apnsCollapseId?: string

    When apnsCollapseId matches, new notifications replace old ones on iOS. Max 64 bytes, supported since iOS 10.

    richMediaUri?: string

    URL for iOS rich notification content, used with category.