NfcHce

interface NfcHce

Provider of NFC host-card emulation (HCE)

Inheritors

Types

Link copied to clipboard
object Companion

Functions

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

Starts NFC host-card emulation (HCE)

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

stops emulation started via start_hosting