Chat SDK v1.3.5 for React Native
    Preparing search index...

    Class ChatSilentModeTime

    The time class that is used to set the start point and end point in the do-not-disturb time frame for the offline message push.

    Index

    Constructors

    Properties

    Constructors

    • Parameters

      • Optionalparams: { hour?: number; minute?: number }

      Returns ChatSilentModeTime

    Properties

    hour: number

    The start or end hour of the do-not-disturb time frame.

    The time is based on a 24-hour clock. The value range is [0,23].

    minute: number

    The start or end minute of the do-not-disturb time frame.

    The value range is [0,59].