Package | Description |
---|---|
com.gsma.services.nfc |
GSMA Near Field Communication (NFC) API for Android devices.
|
Modifier and Type | Method and Description |
---|---|
OffHostService |
NfcController.defineOffHostService(String description,
String SEName)
Create a new "Off-Host" service.
|
OffHostService |
NfcController.getDefaultOffHostService()
Return the "Off-Host" service related to the current selected "Tap&Pay" menu entry.
|
OffHostService[] |
NfcController.getOffHostServices()
Return the list of "Off-Host" services belonging to the calling application
(defined through the Manifest or created dynamically). |
Modifier and Type | Method and Description |
---|---|
void |
NfcController.deleteOffHostService(OffHostService service)
Delete an existing dynamically created "Off-Host" service.
|