Batch SDK - Web
    Preparing search index...

    Interface ISDKPushModuleConfiguration

    Configuration carried by the push module.

    interface ISDKPushModuleConfiguration {
        defaultIcon?: string;
        serviceWorker?: ISDKServiceWorkerConfiguration;
        smallIcon?: string;
        ui?: ISDKUIConfiguration | null;
        vapidPublicKey?: string;
    }
    Index
    defaultIcon?: string

    Default icon used by the push notification and the subscription prompts.

    Service Worker related configuration.

    smallIcon?: string

    Small icon displayed on the push notification.

    Configuration of the push subscription UI components (button, popin, alert, banner, switcher, native).

    vapidPublicKey?: string

    VAPID public key used to subscribe to Web Push.