java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.NotificationSound
- Enclosing class:
- TdApi
Describes a notification sound in MP3 format.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Identifier uniquely determining type of the object.Arbitrary data, defined while the sound was uploaded.int
Point in time (Unix timestamp) when the sound was created.int
Duration of the sound, in seconds.long
Unique identifier of the notification sound.File containing the sound.Title of the notification sound. -
Constructor Summary
ConstructorDescriptionDescribes a notification sound in MP3 format.NotificationSound
(long id, int duration, int date, String title, String data, TdApi.File sound) Describes a notification sound in MP3 format.NotificationSound
(DataInput input) Describes a notification sound in MP3 format. -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
Returns an identifier uniquely determining type of the object.int
hashCode()
void
serialize
(DataOutput output) Serialize the TDLib classMethods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
id
public long idUnique identifier of the notification sound. -
duration
public int durationDuration of the sound, in seconds. -
date
public int datePoint in time (Unix timestamp) when the sound was created. -
title
Title of the notification sound. -
data
Arbitrary data, defined while the sound was uploaded. -
sound
File containing the sound. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
NotificationSound
public NotificationSound()Describes a notification sound in MP3 format. -
NotificationSound
public NotificationSound(long id, int duration, int date, String title, String data, TdApi.File sound) Describes a notification sound in MP3 format.- Parameters:
id
- Unique identifier of the notification sound.duration
- Duration of the sound, in seconds.date
- Point in time (Unix timestamp) when the sound was created.title
- Title of the notification sound.data
- Arbitrary data, defined while the sound was uploaded.sound
- File containing the sound.
-
NotificationSound
Describes a notification sound in MP3 format.- Parameters:
input
- Serialized input- Throws:
IOException
- the deserialization failed
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.Object
Returns an identifier uniquely determining type of the object.- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-
serialize
Serialize the TDLib class- Specified by:
serialize
in classTdApi.Object
- Parameters:
output
- output data stream- Throws:
IOException
- the serialization failed
-
equals
-
hashCode
public int hashCode()
-