Interface ConnectionStateUpdating

Downloading data expected to be received while the application was offline. Subtype of ConnectionState.

interface ConnectionStateUpdating {
    @type: "connectionStateUpdating";
}

Properties

Properties

@type: "connectionStateUpdating"