HCE

class HCE(val context: Context) : NfcHce

Constructors

Link copied to clipboard
constructor(context: Context)

Types

Link copied to clipboard
class ApduCommand(val command: ByteArray)
Link copied to clipboard
class ApduResponse(val response: ByteArray)
Link copied to clipboard
object Companion
Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open suspend override fun isEnabled(): Boolean
Link copied to clipboard
open suspend override fun isSupported(): Boolean
Link copied to clipboard
open suspend override fun startHosting(handler: NfcHceHandler, message: String?)

Starts NFC host-card emulation (HCE)

Link copied to clipboard
open suspend override fun stopHosting(success: Boolean)

stops emulation started via start_hosting