Sensorberg Smart Spaces SDK for Android / com.sensorberg.smartworkspace.sdk / AbstractNfcActivity / onNfcIntent
onNfcIntent
abstract fun onNfcIntent(intent: Intent?): Unit
Delivers source NFC Intent when generating onTapEvent wasn't possible.
Situations when this can happen are caused by:
- Calling finish or onPause happening while this activity awaits for SDK.
- Null or malformed source Intent
Activity will be finished immediately after this call.