public static interface CarrierMessagingService.ResultCallback
android.service.carrier.CarrierMessagingService.ResultCallback<T> |
A callback interface used to provide results asynchronously.
Public methods |
|
---|---|
abstract void |
onReceiveResult(T result) Invoked when the result is available. |
void onReceiveResult (T result)
Invoked when the result is available.
Parameters | |
---|---|
result |
T : the result |
Throws | |
---|---|
RemoteException |