Package-level declarations

Types

Link copied to clipboard
class NfcReaderCallback<T>(val initialMessage: String?, val tagInteractionFunc: suspend (tag: NfcIsoTag) -> T?, val dialogMessage: MutableStateFlow<String?>, val continuation: CancellableContinuation<T>, val context: CoroutineContext) : 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>)