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
HandshakeReply() HandshakeReply(outdated: Boolean) |
var isOutdated: Boolean
True if out of date. |