IGPAPI
    Preparing search index...

    Interface IgpapiClientConfig

    interface IgpapiClientConfig {
        defaultApplication: MobileApplicationState;
        defaultSession: MobileSessionState;
        generateDevice: (seed: string) => MobileDeviceState;
    }
    Index

    Properties

    defaultApplication: MobileApplicationState
    defaultSession: MobileSessionState
    generateDevice: (seed: string) => MobileDeviceState