Added in API level 22

CarrierMessagingService.ResultCallback

public static interface CarrierMessagingService.ResultCallback

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


A callback interface used to provide results asynchronously.

Summary

Public methods

abstract void onReceiveResult(T result)

Invoked when the result is available.

Public methods

onReceiveResult

Added in API level 22
public abstract void onReceiveResult (T result)

Invoked when the result is available.

Parameters
result T: the result This value cannot be null.

Throws
RemoteException