Language

SignalingDataResponse Constructor

Definition

[Android.Runtime.Register(".ctor", "(IIILjava/util/List;Ljava/util/List;)V", "", ApiSince=36)]
public SignalingDataResponse(int requestId, int sequence, Android.Media.TV.BroadcastInfoResponseResult responseResult, System.Collections.Generic.IList<string> signalingDataTypes, System.Collections.Generic.IList<Android.Media.TV.SignalingDataInfo> signalingDataInfoList);
[<Android.Runtime.Register(".ctor", "(IIILjava/util/List;Ljava/util/List;)V", "", ApiSince=36)>]
new Android.Media.TV.SignalingDataResponse : int * int * Android.Media.TV.BroadcastInfoResponseResult * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<Android.Media.TV.SignalingDataInfo> -> Android.Media.TV.SignalingDataResponse

Parameters

requestId
Int32
sequence
Int32
responseResult
BroadcastInfoResponseResult

Value is one of the following: BroadcastInfoResponse.RESPONSE_RESULT_ERROR; BroadcastInfoResponse.RESPONSE_RESULT_OK; BroadcastInfoResponse.RESPONSE_RESULT_CANCEL

signalingDataTypes
IList<String>
signalingDataInfoList
IList<SignalingDataInfo>
Attributes

Remarks

Android reference for android.media.tv.SignalingDataResponse.SignalingDataResponse.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to