Configuration and Utility Methods — Android
CyoGateSDK.isNfcAvailable(context) // → Boolean
CyoGateSDK.isNfcEnabled(context) // → Boolean
CyoGateSDK.isSupported(context) // → Boolean
CyoGateSDK.getVersion() // → String
sdk.syncOfflineTransactions { result -> Log.d("Sync", "Synced: ${result.syncedCount}") }
See the Tap to Pay on Android overview for the full topic list.