Package | Description |
---|---|
com.gsma.services.nfc |
GSMA Near Field Communication (NFC) API for Android devices.
|
Modifier and Type | Method and Description |
---|---|
AidGroup |
OffHostService.defineAidGroup(String description,
String category)
Create a new empty group of AIDs for the "Off-Host" service.
|
AidGroup[] |
OffHostService.getAidGroups()
Return a list of the AID groups linked to the "Off-Host" service.
|
Modifier and Type | Method and Description |
---|---|
void |
OffHostService.deleteAidGroup(AidGroup group)
Delete an existing AID group from the "Off-Host" service.
|