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 |
Inherited Method Summary
From class
com.google.firebase.appindexing.builders.IndexableBuilder
final Indexable |
build()
Finalize building the object.
|
T | |
<S extends IndexableBuilder<?>> T | |
T |
put(String key,
Indexable...
values)
Sets one or multiple
Indexable
values for a property, replacing its previous values.
|
T | |
T | |
T | |
final T | |
T | |
final T | |
final <S extends IndexableBuilder<?>> T |
setIsPartOf(S... collections)
Sets the sub-group or collection that this Indexable is part of.
|
final T | |
T | |
final T | |
final T | |
final T |
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. |
---|