Interface AirshipServerTransferConfig

Configuration for Airship transfers to specific game servers.

interface AirshipServerTransferConfig {
    clientTransferData?: unknown;
    serverTransferData?: unknown;
}

Properties

clientTransferData?: unknown

JSON encodable object that will be provided to the client on transfer

serverTransferData?: unknown

JSON encodable object that will be provided to the server being joined