Package it.tdlight.jni
Class TdApi.UpdateActiveNotifications
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Update
it.tdlight.jni.TdApi.UpdateActiveNotifications
- Enclosing class:
- TdApi
public static class TdApi.UpdateActiveNotifications extends TdApi.Update
Contains active notifications that
was shown on previous application
launches. This update is sent only if
the message database is used. In that
case it comes once before any
updateNotification and updateNotificationGroup update.
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
TdApi.NotificationGroup[]
groups
Lists of active notification groups. -
Constructor Summary
Constructors Constructor Description UpdateActiveNotifications()
Contains active notifications that was shown on previous application launches.UpdateActiveNotifications(TdApi.NotificationGroup[] groups)
Contains active notifications that was shown on previous application launches.UpdateActiveNotifications(DataInput input)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
groups
Lists of active notification groups. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
UpdateActiveNotifications
public UpdateActiveNotifications()Contains active notifications that was shown on previous application launches. This update is sent only if the message database is used. In that case it comes once before any updateNotification and updateNotificationGroup update. -
UpdateActiveNotifications
Contains active notifications that was shown on previous application launches. This update is sent only if the message database is used. In that case it comes once before any updateNotification and updateNotificationGroup update.- Parameters:
groups
- NotificationGroup[] Lists of active notification groups.
-
UpdateActiveNotifications
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-