FileDocCategorySizeDatePackage
ICarrierMessagingCallback.javaAPI DocAndroid 5.1 API5886Sat Mar 14 05:48:04 GMT 2015android.service.carrier

ICarrierMessagingCallback

public interface ICarrierMessagingCallback implements android.os.IInterface
Callback interface definition for the Carrier Messaging Service client to get informed of the result of various API invocations.
hide

Fields Summary
Constructors Summary
Methods Summary
public voidonDownloadMmsComplete(int result)

public voidonFilterComplete(boolean keepMessage)

public voidonSendMmsComplete(int result, byte[] sendConfPdu)

public voidonSendMultipartSmsComplete(int result, int[] messageRefs)

public voidonSendSmsComplete(int result, int messageRef)