public static interface CarrierMessagingService.ResultCallback
| android.service.carrier.CarrierMessagingService.ResultCallback<T> |
用于异步提供结果的回调接口。
Public methods |
|
|---|---|
abstract void |
onReceiveResult(T result) 当结果可用时调用。 |
void onReceiveResult (T result)
当结果可用时调用。
| Parameters | |
|---|---|
result |
T: the result |
| Throws | |
|---|---|
RemoteException |
|