UIClientFactory

interface UIClientFactory

Factory class that creates a UIClient object.

See also

Functions

Link copied to clipboard
abstract fun create(configuration: UIConfiguration): UIClient

Creates a UIClient instance.

Link copied to clipboard
abstract fun destroy()

Destroys the UIClient singleton instance.