java.lang.Object
it.auties.whatsapp.model.sync.StickerMetadataBuilder
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()directPath(String directPath) fileEncSha256(byte[] fileEncSha256) fileLength(long fileLength) fileSha256(byte[] fileSha256) height(int height) lastStickerSentTs(long lastStickerSentTs) mediaKey(byte[] mediaKey) weight(float weight) width(int width)
-
Field Details
-
url
-
fileSha256
private byte[] fileSha256 -
fileEncSha256
private byte[] fileEncSha256 -
mediaKey
private byte[] mediaKey -
mimetype
-
height
private int height -
width
private int width -
directPath
-
fileLength
private long fileLength -
weight
private float weight -
lastStickerSentTs
private long lastStickerSentTs
-
-
Constructor Details
-
StickerMetadataBuilder
public StickerMetadataBuilder()
-
-
Method Details
-
url
-
fileSha256
-
fileEncSha256
-
mediaKey
-
mimetype
-
height
-
width
-
directPath
-
fileLength
-
weight
-
lastStickerSentTs
-
build
-