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

    Interface IRCIMIWGetNotificationQuietHoursCallback

    interface IRCIMIWGetNotificationQuietHoursCallback {
        onSuccess?: (
            startTime: string,
            spanMinutes: number,
            level: RCIMIWPushNotificationQuietHoursLevel,
        ) => void;
        onError?: (code: number) => void;
    }
    Index

    Properties

    Properties

    onSuccess?: (
        startTime: string,
        spanMinutes: number,
        level: RCIMIWPushNotificationQuietHoursLevel,
    ) => void
    onError?: (code: number) => void