State

interface State

State of Ad renderer

The lifecycle is Loading, Caching, AdReadyTodisplay ... or Error

Inheritors

Types

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class Error(val adException: AdExceptionInterface) : AdState.State
Link copied to clipboard