apidocs / com.srv4pos.server.api.auth / HandshakeReply

HandshakeReply

class HandshakeReply

Tells client when api is out of date. Warning, if .outdated == true, it still means api works. And it means API has to be updated soon. If you are unable to work with API, then instead com.srv4pos.server.api.exceptions.OutdatedVersionJsonException will be thrown User: Kirill Date: 26.07.13 2:26

Constructors

<init>

HandshakeReply()
HandshakeReply(outdated: Boolean)

Properties

isOutdated

var isOutdated: Boolean

True if out of date.