Interface SessionTypeUnknown

The session is running on an unknown type of device. Subtype of SessionType.

interface SessionTypeUnknown {
    @type: "sessionTypeUnknown";
}

Properties

Properties

@type: "sessionTypeUnknown"