DialogAttributeStorageInterface

interface DialogAttributeStorageInterface

the storage interface for dialog attribute

Functions

Link copied to clipboard
abstract fun getAttribute(key: String): DialogAttribute?
Link copied to clipboard
abstract fun getRecentAttribute(): DialogAttribute?
Link copied to clipboard
abstract fun removeAttribute(key: String)
Link copied to clipboard
abstract fun setAttribute(key: String, attr: DialogAttribute)