Documentation
    Preparing search index...

    Interface BeaconClientOptions

    interface BeaconClientOptions {
        analytics?: AnalyticsInterface;
        appUrl?: string;
        iconUrl?: string;
        name: string;
        storage: Storage;
    }
    Index

    Properties

    analytics?: AnalyticsInterface

    The analytics instance that will be used by the SDK

    appUrl?: string

    A URL to the website of the application

    iconUrl?: string

    A URL to the icon of the application

    name: string

    Name of the application

    storage: Storage

    The storage that will be used by the SDK