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 |