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

    Enumeration RCIMIWPushNotificationLevel

    Index

    Enumeration Members

    ALL_MESSAGE: 0

    After disconnecting from RC server, the current user can receive notifications for all messages in specified conversation types.

    NONE: 1

    Not set. This is the initial state when no value is assigned.

    MENTION: 2

    After disconnecting from the RC server, the current user only receives notifications for messages that mention (@) them or all group members in specified conversation types.

    MENTION_USERS: 3

    After disconnecting from RC server, the current user only receives notifications for messages that mention (@) them in specified conversation types. For example, Zhang San will only get notified for messages like “@Zhang San Hello”.

    MENTION_ALL: 4

    After disconnecting from RC server, the current user only receives notifications for messages that mention (@) all group members in specified conversation types.

    BLOCKED: 5

    The current user won’t receive push notifications for any messages in the specified session type.