@dvelop-sdk
    Preparing search index...

    Interface RequestAppSessionParams

    Parameters for the requestAppSession-function.

    interface RequestAppSessionParams {
        appName: string;
        callback: string;
    }
    Index

    Properties

    Properties

    appName: string

    Name of the app requesting the appSession

    callback: string

    Relative URI to which the appSession will be sent via POST