Table of Contents

Class CarrierMessagingService

Namespace
Android.Service.Carrier
Assembly
MASES.Netdroid.dll
public class CarrierMessagingService : Service, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<Context>
CarrierMessagingService
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<Context>.IsAssignableFrom(IJavaType)
JVMBridgeBase<Context>.IsAssignableFrom<T>()
JVMBridgeBase<Context>.Execute<T>(params T[])
JVMBridgeBase<Context>.DynBridgeClazz
JVMBridgeBase<Context>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

CarrierMessagingService()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

[Obsolete("CarrierMessagingService class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public CarrierMessagingService()

CarrierMessagingService(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

[Obsolete("CarrierMessagingService class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public CarrierMessagingService(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

DOWNLOAD_STATUS_ERROR

public static int DOWNLOAD_STATUS_ERROR { get; }

Property Value

int

DOWNLOAD_STATUS_OK

public static int DOWNLOAD_STATUS_OK { get; }

Property Value

int

DOWNLOAD_STATUS_RETRY_ON_CARRIER_NETWORK

public static int DOWNLOAD_STATUS_RETRY_ON_CARRIER_NETWORK { get; }

Property Value

int

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

RECEIVE_OPTIONS_DEFAULT

public static int RECEIVE_OPTIONS_DEFAULT { get; }

Property Value

int

RECEIVE_OPTIONS_DROP

public static int RECEIVE_OPTIONS_DROP { get; }

Property Value

int

RECEIVE_OPTIONS_SKIP_NOTIFY_WHEN_CREDENTIAL_PROTECTED_STORAGE_UNAVAILABLE

public static int RECEIVE_OPTIONS_SKIP_NOTIFY_WHEN_CREDENTIAL_PROTECTED_STORAGE_UNAVAILABLE { get; }

Property Value

int

SEND_FLAG_REQUEST_DELIVERY_STATUS

public static int SEND_FLAG_REQUEST_DELIVERY_STATUS { get; }

Property Value

int

SEND_STATUS_ERROR

public static int SEND_STATUS_ERROR { get; }

Property Value

int

SEND_STATUS_OK

public static int SEND_STATUS_OK { get; }

Property Value

int

SEND_STATUS_RETRY_ON_CARRIER_NETWORK

public static int SEND_STATUS_RETRY_ON_CARRIER_NETWORK { get; }

Property Value

int

SERVICE_INTERFACE

public static String SERVICE_INTERFACE { get; }

Property Value

String

Methods

OnDownloadMms(Uri, int, Uri, ResultCallback<Integer>)

public void OnDownloadMms(Uri arg0, int arg1, Uri arg2, CarrierMessagingService.ResultCallback<Integer> arg3)

Parameters

arg0 Uri

Uri

arg1 int

int

arg2 Uri

Uri

arg3 CarrierMessagingService.ResultCallback<Integer>

CarrierMessagingService.ResultCallback

OnFilterSms(MessagePdu, String, int, int, ResultCallback<Boolean>)

[Obsolete]
public void OnFilterSms(MessagePdu arg0, String arg1, int arg2, int arg3, CarrierMessagingService.ResultCallback<Boolean> arg4)

Parameters

arg0 MessagePdu

MessagePdu

arg1 String

String

arg2 int

int

arg3 int

int

arg4 CarrierMessagingService.ResultCallback<Boolean>

CarrierMessagingService.ResultCallback

OnReceiveTextSms(MessagePdu, String, int, int, ResultCallback<Integer>)

public void OnReceiveTextSms(MessagePdu arg0, String arg1, int arg2, int arg3, CarrierMessagingService.ResultCallback<Integer> arg4)

Parameters

arg0 MessagePdu

MessagePdu

arg1 String

String

arg2 int

int

arg3 int

int

arg4 CarrierMessagingService.ResultCallback<Integer>

CarrierMessagingService.ResultCallback

OnSendDataSms(byte[], int, String, int, ResultCallback<SendSmsResult>)

[Obsolete]
public void OnSendDataSms(byte[] arg0, int arg1, String arg2, int arg3, CarrierMessagingService.ResultCallback<CarrierMessagingService.SendSmsResult> arg4)

Parameters

arg0 byte[]

byte

arg1 int

int

arg2 String

String

arg3 int

int

arg4 CarrierMessagingService.ResultCallback<CarrierMessagingService.SendSmsResult>

CarrierMessagingService.ResultCallback

OnSendDataSms(byte[], int, String, int, int, ResultCallback<SendSmsResult>)

public void OnSendDataSms(byte[] arg0, int arg1, String arg2, int arg3, int arg4, CarrierMessagingService.ResultCallback<CarrierMessagingService.SendSmsResult> arg5)

Parameters

arg0 byte[]

byte

arg1 int

int

arg2 String

String

arg3 int

int

arg4 int

int

arg5 CarrierMessagingService.ResultCallback<CarrierMessagingService.SendSmsResult>

CarrierMessagingService.ResultCallback

OnSendMms(Uri, int, Uri, ResultCallback<SendMmsResult>)

public void OnSendMms(Uri arg0, int arg1, Uri arg2, CarrierMessagingService.ResultCallback<CarrierMessagingService.SendMmsResult> arg3)

Parameters

arg0 Uri

Uri

arg1 int

int

arg2 Uri

Uri

arg3 CarrierMessagingService.ResultCallback<CarrierMessagingService.SendMmsResult>

CarrierMessagingService.ResultCallback

OnSendMultipartTextSms(List<String>, int, String, ResultCallback<SendMultipartSmsResult>)

[Obsolete]
public void OnSendMultipartTextSms(List<String> arg0, int arg1, String arg2, CarrierMessagingService.ResultCallback<CarrierMessagingService.SendMultipartSmsResult> arg3)

Parameters

arg0 List<String>

List

arg1 int

int

arg2 String

String

arg3 CarrierMessagingService.ResultCallback<CarrierMessagingService.SendMultipartSmsResult>

CarrierMessagingService.ResultCallback

OnSendMultipartTextSms(List<String>, int, String, int, ResultCallback<SendMultipartSmsResult>)

public void OnSendMultipartTextSms(List<String> arg0, int arg1, String arg2, int arg3, CarrierMessagingService.ResultCallback<CarrierMessagingService.SendMultipartSmsResult> arg4)

Parameters

arg0 List<String>

List

arg1 int

int

arg2 String

String

arg3 int

int

arg4 CarrierMessagingService.ResultCallback<CarrierMessagingService.SendMultipartSmsResult>

CarrierMessagingService.ResultCallback

OnSendTextSms(String, int, String, ResultCallback<SendSmsResult>)

[Obsolete]
public void OnSendTextSms(String arg0, int arg1, String arg2, CarrierMessagingService.ResultCallback<CarrierMessagingService.SendSmsResult> arg3)

Parameters

arg0 String

String

arg1 int

int

arg2 String

String

arg3 CarrierMessagingService.ResultCallback<CarrierMessagingService.SendSmsResult>

CarrierMessagingService.ResultCallback

OnSendTextSms(String, int, String, int, ResultCallback<SendSmsResult>)

public void OnSendTextSms(String arg0, int arg1, String arg2, int arg3, CarrierMessagingService.ResultCallback<CarrierMessagingService.SendSmsResult> arg4)

Parameters

arg0 String

String

arg1 int

int

arg2 String

String

arg3 int

int

arg4 CarrierMessagingService.ResultCallback<CarrierMessagingService.SendSmsResult>

CarrierMessagingService.ResultCallback