Interface ReturnRequestedData

Data for the return-requested notification sent to host

interface ReturnRequestedData {
    sessionId: string;
    timeStamp: string;
    sharedParameters?: MainSchema.SharedParameter[];
    state?: string;
    saveState?: boolean;
}

Hierarchy (view full)

Properties

sessionId: string
timeStamp: string
sharedParameters?: MainSchema.SharedParameter[]
state?: string
saveState?: boolean

If true, the host is requested to send the final state to the player. Default: true