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

    Interface IRCIMIWGetNotificationQuietHoursCallback

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