Class DsmccResponse
public class DsmccResponse : BroadcastInfoResponse, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IParcelable
- Inheritance
-
DsmccResponse
- Implements
- Inherited Members
- Extension Methods
Constructors
DsmccResponse(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 DsmccResponse(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
DsmccResponse(int, int, int, ParcelFileDescriptor)
public DsmccResponse(int arg0, int arg1, int arg2, ParcelFileDescriptor arg3)
Parameters
arg0intarg1intarg2intarg3ParcelFileDescriptor
DsmccResponse(int, int, int, bool, List<String>)
public DsmccResponse(int arg0, int arg1, int arg2, bool arg3, List<String> arg4)
Parameters
DsmccResponse(int, int, int, int[], String[])
public DsmccResponse(int arg0, int arg1, int arg2, int[] arg3, String[] arg4)
Parameters
Properties
BIOP_MESSAGE_TYPE_DIRECTORY
public static String BIOP_MESSAGE_TYPE_DIRECTORY { get; set; }
Property Value
BIOP_MESSAGE_TYPE_FILE
public static String BIOP_MESSAGE_TYPE_FILE { get; set; }
Property Value
BIOP_MESSAGE_TYPE_SERVICE_GATEWAY
public static String BIOP_MESSAGE_TYPE_SERVICE_GATEWAY { get; set; }
Property Value
BIOP_MESSAGE_TYPE_STREAM
https://developer.android.com/reference/android/media/tv/DsmccResponse.html#BIOP_MESSAGE_TYPE_STREAM
public static String BIOP_MESSAGE_TYPE_STREAM { get; set; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CREATOR
public static Parcelable.Creator CREATOR { get; set; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
Methods
CreatePoolableInstance(int, int, int, ParcelFileDescriptor)
HPA initializer for DsmccResponse(int arg0, int arg1, int arg2, Android.Os.ParcelFileDescriptor arg3)
public static DsmccResponse CreatePoolableInstance(int arg0, int arg1, int arg2, ParcelFileDescriptor arg3)
Parameters
arg0intarg1intarg2intarg3ParcelFileDescriptor
Returns
CreatePoolableInstance(int, int, int, bool, List<String>)
HPA initializer for DsmccResponse(int arg0, int arg1, int arg2, bool arg3, Java.Util.List%3CJava.Lang.String%3E arg4)
public static DsmccResponse CreatePoolableInstance(int arg0, int arg1, int arg2, bool arg3, List<String> arg4)
Parameters
Returns
CreatePoolableInstance(int, int, int, int[], String[])
HPA initializer for DsmccResponse(int arg0, int arg1, int arg2, int[] arg3, Java.Lang.String[] arg4)
public static DsmccResponse CreatePoolableInstance(int arg0, int arg1, int arg2, int[] arg3, String[] arg4)
Parameters
Returns
GetBiopMessageType()
public String GetBiopMessageType()
Returns
GetChildList()
public List<String> GetChildList()
Returns
GetFile()
public ParcelFileDescriptor GetFile()
Returns
GetStreamEventIds()
public int[] GetStreamEventIds()
Returns
GetStreamEventNames()
public String[] GetStreamEventNames()