Builder

open class Builder : Catalog.AbstractBuilder<T>

The Builder to create the Catalog object.

Constructors

Link copied to clipboard
constructor(eventEmitter: EventEmitter, account: String)

Functions

Link copied to clipboard
open fun build(): Catalog
Builds the Catalog object.
Link copied to clipboard
open fun setBaseURL(baseURL: String): T
Sets the base url used to make Catalog request to retrieve the Videos and Playlists.
Link copied to clipboard
open fun setPolicy(policy: String): T
Sets the Poly Key associated with the Account
Link copied to clipboard
open fun setProperties(properties: Map<String, String>): T
Sets the properties Map.