public interface IPoyntAPNSettingsReadListener
extends android.os.IInterface
Modifier and Type | Interface and Description |
---|---|
static class |
IPoyntAPNSettingsReadListener.Stub
Local-side IPC implementation stub class.
|
Modifier and Type | Method and Description |
---|---|
void |
onResponse(java.util.List<ApnInfo> apnList,
PoyntError poyntError)
Result will be returned in a read listener.
|
void onResponse(java.util.List<ApnInfo> apnList, PoyntError poyntError) throws android.os.RemoteException
apnList:
- list of apn infos.poyntError
- error when read fails.android.os.RemoteException