class Push
<init> |
Push(channel: Channel, event: String, payload: JSONObject, timeout: Int) |
receive |
Register a callback when a message with the following status is returned. fun receive(status: String, callback: (JSONObject) -> Unit): Push |