Most visited

Recently visited

Added in API level 22

CarrierMessagingService.ResultCallback

public static interface CarrierMessagingService.ResultCallback

android.service.carrier.CarrierMessagingService.ResultCallback<T>


用于异步提供结果的回调接口。

摘要(Summary)

公共方法(Public methods)

abstract void onReceiveResult(T result)

当结果可用时调用。

公共方法(Public methods)

onReceiveResult

Added in API level 22
void onReceiveResult (T result)

当结果可用时调用。

参数(Parameters)
result T: the result
抛出异常(Throws)
RemoteException

Hooray!