FallbackPrecondition

fun interface FallbackPrecondition

Conditions used to decide what API should be used. If precondition is fulfilled an online API is used, otherwise - onboard.

Functions

Link copied to clipboard
abstract fun fulfills(): Boolean