NfcDialogParameters

constructor(initialMessage: String?, interactionFunction: suspend (tag: NfcIsoTag, updateMessage: (message: String) -> Unit) -> T?)

Parameters

initialMessage

the message to initially show in the dialog or null to not show a dialog at all.

interactionFunction

the function which is called when the tag is in the field.