CommandResponse(Int32, Int32, Int32, String, String) Construtor
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
[Android.Runtime.Register(".ctor", "(IIILjava/lang/String;Ljava/lang/String;)V", "", ApiSince=33)]
public CommandResponse(int requestId, int sequence, int responseResult, string? response, string responseType);
[<Android.Runtime.Register(".ctor", "(IIILjava/lang/String;Ljava/lang/String;)V", "", ApiSince=33)>]
new Android.Media.TV.CommandResponse : int * int * int * string * string -> Android.Media.TV.CommandResponse
Parâmetros
- requestId
- Int32
- sequence
- Int32
- responseResult
- Int32
- response
- String
- responseType
- String
- Atributos