A B C D E F G H I M N O R S 

A

addNewAid(String) - Method in class com.gsma.services.nfc.AidGroup
Add a new AID to the current group.
AidGroup - Class in com.gsma.services.nfc
This class handles group of AIDs defined in an "Off-Host" service.

B

BATTERY_LOW_MODE - Static variable in class com.gsma.services.utils.Handset
Device property [Battery Levels].
BATTERY_OPERATIONAL_MODE - Static variable in class com.gsma.services.utils.Handset
Device property [Battery levels].
BATTERY_POWER_OFF_MODE - Static variable in class com.gsma.services.utils.Handset
Device property [Battery levels].

C

CARD_EMULATION_DISABLED - Static variable in interface com.gsma.services.nfc.NfcController.Callbacks
Card Emulation mode has been disabled.
CARD_EMULATION_ENABLED - Static variable in interface com.gsma.services.nfc.NfcController.Callbacks
Card Emulation mode has been enabled.
CARD_EMULATION_ERROR - Static variable in interface com.gsma.services.nfc.NfcController.Callbacks
An error occurred when handset tried to enable/disable Card Emulation mode.
com.gsma.services.nfc - package com.gsma.services.nfc
GSMA Near Field Communication (NFC) API for Android devices.
com.gsma.services.utils - package com.gsma.services.utils
GSMA common utility API for Android devices.
commit() - Method in class com.gsma.services.nfc.OffHostService

D

defineAidGroup(String, String) - Method in class com.gsma.services.nfc.OffHostService
Create a new empty group of AIDs for the "Off-Host" service.
defineOffHostService(String, String) - Method in class com.gsma.services.nfc.NfcController
Create a new "Off-Host" service.
deleteAidGroup(AidGroup) - Method in class com.gsma.services.nfc.OffHostService
Delete an existing AID group from the "Off-Host" service.
deleteOffHostService(OffHostService) - Method in class com.gsma.services.nfc.NfcController
Delete an existing dynamically created "Off-Host" service.
disableCardEmulationMode(NfcController.Callbacks) - Method in class com.gsma.services.nfc.NfcController
Deprecated.
When NFC controller supports HCE and Application ID (AID) routing

E

enableCardEmulationMode(NfcController.Callbacks) - Method in class com.gsma.services.nfc.NfcController
Deprecated.
When NFC controller supports HCE and Application ID (AID) routing
enableMultiEvt_transactionReception() - Method in class com.gsma.services.utils.Handset
Asks the system to inform "transaction events" to any authorized/registered components via BroadcastReceiver.
Change SHALL not imply a power cycle and SHALL be valid until next handset reboot.

Applications SHALL register to com.gsma.services.nfc.TRANSACTION_EVENT for receiving related events.
enableNfcController(NfcController.Callbacks) - Method in class com.gsma.services.nfc.NfcController
Asks the system to enable the NFC Controller.

F

FELICA - Static variable in class com.gsma.services.utils.Handset
Device property [NFC Technologies].

G

getActiveSecureElement() - Method in class com.gsma.services.nfc.SEController
Deprecated.
Return the name of the active Secure Element.
getAidGroups() - Method in class com.gsma.services.nfc.OffHostService
Return a list of the AID groups linked to the "Off-Host" service.
getAvailableSecureElements(int) - Method in class com.gsma.services.utils.Handset
Return the list of Secure Elements which can be used by the NFC Controller
when handset is operating in a following battery level:
BATTERY_LOW_MODE BATTERY_POWER_OFF_MODE BATTERY_OPERATIONAL_MODE
getBanner() - Method in class com.gsma.services.nfc.OffHostService
Return the banner linked to the "Off-Host" service.
getCategory() - Method in class com.gsma.services.nfc.AidGroup
Return the category of the group of AIDs.
getDefaultController(Context, NfcController.Callbacks) - Static method in class com.gsma.services.nfc.NfcController
Helper for getting an instance of the NFC Controller.
getDefaultController(Context, SEController.Callbacks) - Static method in class com.gsma.services.nfc.SEController
Deprecated.
Helper for getting an instance of the SE Controller.
getDefaultOffHostService() - Method in class com.gsma.services.nfc.NfcController
Return the "Off-Host" service related to the current selected "Tap&Pay" menu entry.
getDescription() - Method in class com.gsma.services.nfc.AidGroup
Return the description of the group of AIDs.
getDescription() - Method in class com.gsma.services.nfc.OffHostService
Return the description of the "Off-Host" service.
getLocation() - Method in class com.gsma.services.nfc.OffHostService
Return the Secure Element name which holds the "Off-Host" service.
getOffHostServices() - Method in class com.gsma.services.nfc.NfcController
Return the list of "Off-Host" services belonging to the calling application
(defined through the Manifest or created dynamically).
getProperty(int) - Method in class com.gsma.services.utils.Handset
getVersion() - Method in class com.gsma.services.utils.Handset
Return the version of device requirements supported.

H

Handset - Class in com.gsma.services.utils
This class handles the handset configuration and properties.
Handset() - Constructor for class com.gsma.services.utils.Handset
 
HCI_SWP - Static variable in class com.gsma.services.utils.Handset
Device property [Contactless Frontend].

I

InsufficientResourcesException - Exception in com.gsma.services.utils
This class handles exception raised from the commit method when CLF routing table has no more free space.
InsufficientResourcesException() - Constructor for exception com.gsma.services.utils.InsufficientResourcesException
Constructs a new InsufficientResourcesException that includes the current stack trace.
InsufficientResourcesException(String) - Constructor for exception com.gsma.services.utils.InsufficientResourcesException
Constructs a new InsufficientResourcesException with the current stack trace and the specified detail message.
isCardEmulationEnabled() - Method in class com.gsma.services.nfc.NfcController
Check if the Card Emulation mode is enabled or disabled.
isEnabled() - Method in class com.gsma.services.nfc.NfcController
Check if the NFC Controller is enabled or disabled.

M

MIFARE_CLASSIC - Static variable in class com.gsma.services.utils.Handset
Device property [NFC Technologies].
MIFARE_DESFIRE - Static variable in class com.gsma.services.utils.Handset
Device property [NFC Technologies].
MULTIPLE_ACTIVE_CEE - Static variable in class com.gsma.services.utils.Handset
Device property [Contactless Frontend].

N

NFC_FORUM_TYPE3 - Static variable in class com.gsma.services.utils.Handset
Device property [NFC Technologies].
NfcController - Class in com.gsma.services.nfc
This class handles the NFC Controller.
NfcController.Callbacks - Interface in com.gsma.services.nfc
This interface provide callback methods for NfcController class.

O

OffHostService - Class in com.gsma.services.nfc
This class handles "Off-Host" services.
OMAPI - Static variable in class com.gsma.services.utils.Handset
Device property [Framework components].
onCardEmulationMode(int) - Method in interface com.gsma.services.nfc.NfcController.Callbacks
Deprecated.
When NFC controller supports HCE and Application ID (AID) routing
onEnableNfcController(boolean) - Method in interface com.gsma.services.nfc.NfcController.Callbacks
Called when process for enabling the NFC Controller is finished.
onGetDefaultController(NfcController) - Method in interface com.gsma.services.nfc.NfcController.Callbacks
Called when process for getting the default Controller is finished.
onGetDefaultController(SEController) - Method in interface com.gsma.services.nfc.SEController.Callbacks
Deprecated.
Called when process for getting the default Controller is finished.

R

removeAid(String) - Method in class com.gsma.services.nfc.AidGroup
Remove an AID from the current group.

S

SEController - Class in com.gsma.services.nfc
Deprecated.
When NFC controller supports HCE and Application ID (AID) routing
SEController.Callbacks - Interface in com.gsma.services.nfc
Deprecated.
When NFC controller supports HCE and Application ID (AID) routing
setActiveSecureElement(String) - Method in class com.gsma.services.nfc.SEController
Deprecated.
Set a specified Secure Element as "active" one.
setBanner(int) - Method in class com.gsma.services.nfc.OffHostService
Set a banner for the "Off-Host" service.
setBanner(Drawable) - Method in class com.gsma.services.nfc.OffHostService
Set a banner for the "Off-Host" service.
A B C D E F G H I M N O R S 

This content is licensed under Apache 2.0
TS.26 V8.0 - October 2015