public interface MTProtoCallback
Modifier and Type | Method and Description |
---|---|
void |
onApiMessage(byte[] message,
MTProto proto) |
void |
onAuthInvalidated(MTProto proto) |
void |
onConfirmed(int callId) |
void |
onRpcError(int callId,
int errorCode,
String message,
MTProto proto) |
void |
onRpcResult(int callId,
byte[] response,
MTProto proto) |
void |
onSessionCreated(MTProto proto) |
Copyright © 2016. All rights reserved.