SimpleValueCallback

A convenience class to extend when you only want to listen for a subset of all the value callback methods. This implements all methods in IValueCallback but does nothing for all applicable methods.

Constructors

Link copied to clipboard

Functions

Link copied to clipboard
open override fun onError()

Does nothing.

Link copied to clipboard
open override fun onSuccess(value: T)

Does nothing.