TableResponse.Builder Constructor

Definition

Constructs a Builder object of TableResponse.

[Android.Runtime.Register(".ctor", "(IIIII)V", "", ApiSince=34)]
public Builder (int requestId, int sequence, Android.Media.TV.BroadcastInfoResponseResult responseResult, int version, int size);
[<Android.Runtime.Register(".ctor", "(IIIII)V", "", ApiSince=34)>]
new Android.Media.TV.TableResponse.Builder : int * int * Android.Media.TV.BroadcastInfoResponseResult * int * int -> Android.Media.TV.TableResponse.Builder

Parameters

requestId
Int32

The ID is used to associate the response with the request.

sequence
Int32

The sequence number which indicates the order of related responses.

responseResult
BroadcastInfoResponseResult

The result for the response. It's one of #RESPONSE_RESULT_OK, #RESPONSE_RESULT_CANCEL, #RESPONSE_RESULT_ERROR.

version
Int32

The version number of requested table.

size
Int32

The Size number of table in bytes.

Attributes

Remarks

Constructs a Builder object of TableResponse.

Java documentation for android.media.tv.TableResponse.Builder.TableResponse$Builder(int, int, int, int, int).

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