Uses of Enum Class
it.auties.whatsapp.model.message.standard.VideoOrGifMessage.Attribution
Packages that use VideoOrGifMessage.Attribution
-
Uses of VideoOrGifMessage.Attribution in it.auties.whatsapp.model.message.standard
Fields in it.auties.whatsapp.model.message.standard declared as VideoOrGifMessage.AttributionModifier and TypeFieldDescriptionprivate VideoOrGifMessage.AttributionGifMessageSimpleBuilder.gifAttributionprivate final VideoOrGifMessage.AttributionVideoOrGifMessage.gifAttributionprivate VideoOrGifMessage.AttributionVideoOrGifMessageBuilder.gifAttributionMethods in it.auties.whatsapp.model.message.standard that return VideoOrGifMessage.AttributionModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static VideoOrGifMessage.Attribution[]VideoOrGifMessage.Attribution.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in it.auties.whatsapp.model.message.standard that return types with arguments of type VideoOrGifMessage.AttributionModifier and TypeMethodDescriptionVideoOrGifMessageAttributionSpec.decode(int index) VideoOrGifMessage.gifAttribution()Methods in it.auties.whatsapp.model.message.standard with parameters of type VideoOrGifMessage.AttributionModifier and TypeMethodDescriptionstatic IntegerVideoOrGifMessageAttributionSpec.encode(VideoOrGifMessage.Attribution protoInputObject) GifMessageSimpleBuilder.gifAttribution(VideoOrGifMessage.Attribution gifAttribution) VideoOrGifMessageBuilder.gifAttribution(VideoOrGifMessage.Attribution gifAttribution) (package private) static VideoOrGifMessageVideoOrGifMessage.gifBuilder(byte[] media, String mimeType, String caption, VideoOrGifMessage.Attribution gifAttribution, byte[] thumbnail, ContextInfo contextInfo) Constructors in it.auties.whatsapp.model.message.standard with parameters of type VideoOrGifMessage.AttributionModifierConstructorDescriptionVideoOrGifMessage(String mediaUrl, String mimetype, byte[] mediaSha256, Long mediaSize, Integer duration, byte[] mediaKey, String caption, boolean gifPlayback, Integer height, Integer width, byte[] mediaEncryptedSha256, List<InteractiveLocationAnnotation> interactiveAnnotations, String mediaDirectPath, long mediaKeyTimestampSeconds, byte[] thumbnail, ContextInfo contextInfo, byte[] streamingSidecar, VideoOrGifMessage.Attribution gifAttribution, boolean viewOnce, String thumbnailDirectPath, byte[] thumbnailSha256, byte[] thumbnailEncSha256, String staticUrl)