Table of Contents

Class MbmsStreamingSession

Namespace
Android.Telephony
Assembly
MASES.Netdroid.dll
public class MbmsStreamingSession : AutoCloseable, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IAutoCloseable
Inheritance
MbmsStreamingSession
Implements
Extension Methods

Constructors

MbmsStreamingSession(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public MbmsStreamingSession(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

Close()

public void Close()

Create(Context, Executor, MbmsStreamingSessionCallback)

public static MbmsStreamingSession Create(Context arg0, Executor arg1, MbmsStreamingSessionCallback arg2)

Parameters

arg0 Context

Context

arg1 Executor

Executor

arg2 MbmsStreamingSessionCallback

MbmsStreamingSessionCallback

Returns

MbmsStreamingSession

MbmsStreamingSession

Create(Context, Executor, int, MbmsStreamingSessionCallback)

public static MbmsStreamingSession Create(Context arg0, Executor arg1, int arg2, MbmsStreamingSessionCallback arg3)

Parameters

arg0 Context

Context

arg1 Executor

Executor

arg2 int

int

arg3 MbmsStreamingSessionCallback

MbmsStreamingSessionCallback

Returns

MbmsStreamingSession

MbmsStreamingSession

RequestUpdateStreamingServices(List<String>)

public void RequestUpdateStreamingServices(List<String> arg0)

Parameters

arg0 List<String>

List

StartStreaming(StreamingServiceInfo, Executor, StreamingServiceCallback)

public StreamingService StartStreaming(StreamingServiceInfo arg0, Executor arg1, StreamingServiceCallback arg2)

Parameters

arg0 StreamingServiceInfo

StreamingServiceInfo

arg1 Executor

Executor

arg2 StreamingServiceCallback

StreamingServiceCallback

Returns

StreamingService

StreamingService