StickerBuilder

public final class StickerBuilder extends IndexableBuilder<StickerBuilder>

Builder to construct an Indexable for a sticker.

Indexables of this type are used by Google Keyboard. See Create stickers for Gboard for details.

Public Method Summary

StickerBuilder
setIsPartOf(StickerPackBuilder stickerPack)
Sets the sticker pack to which this sticker belongs.

Inherited Method Summary

Public Methods

public StickerBuilder setIsPartOf (StickerPackBuilder stickerPack)

Sets the sticker pack to which this sticker belongs.

Parameters
stickerPack The sticker pack to which this sticker belongs.