public interface IPoyntTokenService
extends android.os.IInterface
Modifier and Type | Interface and Description |
---|---|
static class |
IPoyntTokenService.Stub
Local-side IPC implementation stub class.
|
Modifier and Type | Method and Description |
---|---|
void |
grantToken(java.lang.String audience,
IPoyntTokenServiceListener callback)
Requests to grant a new access token for the given audience.
|
void grantToken(java.lang.String audience, IPoyntTokenServiceListener callback) throws android.os.RemoteException
audience
- Application Id for which the token is being requested forcallback
- IPoyntTokenServiceListener
android.os.RemoteException