CommandResponse(Int32, Int32, Int32, String, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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
Parameters
- requestId
- Int32
- sequence
- Int32
- responseResult
- Int32
- response
- String
- responseType
- String
- Attributes