public interface IDifferencesHandler
| Modifier and Type | Method and Description |
|---|---|
void |
getChannelDifferences(int chatId,
long accessHash)
Load differences from server
|
void |
getDifferences()
Load differences from server
|
void |
updateChannelStateModification(int chatId,
@Nullable Long accessHash,
int pts,
boolean isGettingDifferent)
Modify updates state
|
void |
updateStateModification(@NotNull TLUpdatesState state,
boolean isGettingDifferent)
Modify updates state
|
void getDifferences()
void updateStateModification(@NotNull
@NotNull TLUpdatesState state,
boolean isGettingDifferent)
state - New updates stateisGettingDifferent - true if differences are being loaded, false otherwisevoid getChannelDifferences(int chatId,
long accessHash)
void updateChannelStateModification(int chatId,
@Nullable
@Nullable Long accessHash,
int pts,
boolean isGettingDifferent)
state - New updates stateisGettingDifferent - true if differences are being loaded, false otherwiseCopyright © 2017. All rights reserved.