Package-level declarations

Types

Link copied to clipboard
class NfcReaderCallback<T>(val initialMessage: String?, val tagInteractionFunc: suspend (tag: NfcIsoTag, updateMessage: (message: String) -> Unit) -> T?, val dialogMessage: MutableStateFlow<String?>, val continuation: CancellableContinuation<T>) : NfcAdapter.ReaderCallback

Properties

Link copied to clipboard
const val TAG: String

Functions

Link copied to clipboard
actual fun PromptDialogs(promptModel: PromptModel)
expect fun PromptDialogs(promptModel: PromptModel)
actual fun PromptDialogs(promptModel: <Error class: unknown class>)