IgnoreErrorContextRequestor

abstract class IgnoreErrorContextRequestor : ContextRequester

Constructors

Link copied to clipboard
fun IgnoreErrorContextRequestor()

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun onContext(jsonContext: String)
Link copied to clipboard
override fun onContextAvailable(jsonContext: String)
Link copied to clipboard
override fun onContextFailure(error: ContextRequester.ContextRequestError, jsonContext: String)