class Builder
<init> |
Builder() |
addCollectionStep |
fun addCollectionStep(optionsForStep: MetadataOptions): Builder |
build |
fun build(): MetadataCollector |
setAllCollectionSteps |
fun setAllCollectionSteps(listOfOptionsForSteps: ArrayList<MetadataOptions>): Builder |
setEvent |
fun setEvent(event: Event): Builder |
setTotalExperiencesBeingPurchased |
fun setTotalExperiencesBeingPurchased(totalExperiences: Int): Builder |