public interface IPoyntAPNSettingsStatusListener
extends android.os.IInterface
Modifier and Type | Interface and Description |
---|---|
static class |
IPoyntAPNSettingsStatusListener.Stub
Local-side IPC implementation stub class.
|
Modifier and Type | Method and Description |
---|---|
void |
onResponse(int id,
PoyntError poyntError)
Status result will be returned in a status listener.
|
void onResponse(int id, PoyntError poyntError) throws android.os.RemoteException
id:
- id of apn info to indicate the update/delete status.poyntError
- error when call fails.android.os.RemoteException