PredictiveCacheControllerErrorHandler

fun fun interface PredictiveCacheControllerErrorHandler

Listener that gets notified whenever there's an error with Predictive Cache.

See also

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
onError
Link copied to clipboard
abstract fun onError(message: String?)
Called whenever there's an error with Predictive Cache.
toString
Link copied to clipboard
open fun toString(): String