Android Nfc Config
data class AndroidNfcConfig( val activity: Activity, val isPlatformSoundEnabled: Boolean = true, val skipNdefCheck: Boolean = true, val cardInsertionPollingInterval: Int = 0, val cardRemovalPollingInterval: Int = 100)
Content copied to clipboard
Configuration class holding all the plugin options.
Since
3.0.0