Interface SessionTypeIphone

The session is running on an iPhone device. Subtype of SessionType.

interface SessionTypeIphone {
    @type: "sessionTypeIphone";
}

Properties

Properties

@type: "sessionTypeIphone"