Language

PesResponse(Int32, Int32, Int32, String) Constructor

Definition

[Android.Runtime.Register(".ctor", "(IIILjava/lang/String;)V", "", ApiSince=33)]
public PesResponse(int requestId, int sequence, int responseResult, string? sharedFilterToken);
[<Android.Runtime.Register(".ctor", "(IIILjava/lang/String;)V", "", ApiSince=33)>]
new Android.Media.TV.PesResponse : int * int * int * string -> Android.Media.TV.PesResponse

Parameters

requestId
Int32
sequence
Int32
responseResult
Int32

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

sharedFilterToken
String
Attributes

Remarks

Android reference for android.media.tv.PesResponse.PesResponse.

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