Documentation
    Preparing search index...

    Type Alias ISendOptions

    type ISendOptions = {
        autoRetry?: boolean;
        maxAttempts?: number;
        useLegacy?: boolean;
    }
    Index

    Properties

    autoRetry?: boolean

    Enables retry of a message that was failed to be sent.

    true
    
    maxAttempts?: number

    Sets number of attempts if autoRetry is enabled.

    3
    
    useLegacy?: boolean

    Use v2 of the light push protocol. This parameter will be removed in the future.

    false