StickerPackBuilder

public final class StickerPackBuilder extends IndexableBuilder<StickerPackBuilder>

Builder to construct an Indexable for a sticker pack.

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

Public Method Summary

StickerPackBuilder
setHasSticker(StickerBuilder... stickers)
Sets the stickers in this stick pack.

Inherited Method Summary

Public Methods

public StickerPackBuilder setHasSticker (StickerBuilder... stickers)

Sets the stickers in this stick pack.

Parameters
stickers The stickers in this sticker pack.