public interface ApiCallback
| Modifier and Type | Method and Description |
|---|---|
void |
onAuthCancelled(TelegramApi api)
On auth cancelled.
|
void |
onUpdate(TLAbsUpdates updates)
On update.
|
void |
onUpdatesInvalidated(TelegramApi api)
On updates invalidated.
|
void onAuthCancelled(TelegramApi api)
api - the apivoid onUpdatesInvalidated(TelegramApi api)
api - the apivoid onUpdate(TLAbsUpdates updates)
updates - the updatesCopyright © 2016. All rights reserved.