FRViewModel

abstract class FRViewModel<T> : ViewModel

ViewModel Wrapper for FRUser

Inheritors

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
private val mBagOfTags: Map<String, Any>
Link copied to clipboard
private open var mCleared: Boolean
Link copied to clipboard
private val mCloseables: Set<Closeable>
Link copied to clipboard
private open var nodeListener: NodeListener
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun addCloseable(closeable: Closeable)
Link copied to clipboard
abstract fun authenticate(context: Context)
abstract fun authenticate(context: Context, resumeUri: Uri)
abstract fun authenticate(context: Context, advice: PolicyAdvice)
Link copied to clipboard
fun clear()
Link copied to clipboard
open fun <T> getTag(key: String): T
Link copied to clipboard
open fun next(context: Context, node: Node)
Link copied to clipboard
protected open fun onCleared()
Link copied to clipboard
abstract fun register(context: Context)
Link copied to clipboard
open fun <T> setTagIfAbsent(key: String, newValue: T): T