Documentation
    Preparing search index...

    Interface ISender

    interface ISender {
        send: (
            encoder: IEncoder,
            message: IMessage,
            sendOptions?: ISendOptions,
        ) => Promise<LightPushSDKResult>;
    }
    Index

    Properties

    Properties

    send: (
        encoder: IEncoder,
        message: IMessage,
        sendOptions?: ISendOptions,
    ) => Promise<LightPushSDKResult>