public static interface CarrierMessagingService.ResultCallback<T>
Modifier and Type | Method and Description |
---|---|
void |
onReceiveResult(T result)
Invoked when the result is available.
|
void onReceiveResult(T result) throws RemoteException
result
- the resultRemoteException