CommandRequest(Int32, Int32, String, String, 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", "(IILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V", "", ApiSince=33)]
public CommandRequest(int requestId, int option, string namespace, string name, string arguments, string argumentType);
[<Android.Runtime.Register(".ctor", "(IILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V", "", ApiSince=33)>]
new Android.Media.TV.CommandRequest : int * int * string * string * string * string -> Android.Media.TV.CommandRequest
Parameters
- requestId
- Int32
- option
- Int32
Value is one of the following: BroadcastInfoRequest.REQUEST_OPTION_REPEAT; BroadcastInfoRequest.REQUEST_OPTION_AUTO_UPDATE; BroadcastInfoRequest.REQUEST_OPTION_ONEWAY; BroadcastInfoRequest.REQUEST_OPTION_ONESHOT
- namespace
- String
- name
- String
- arguments
- String
- argumentType
- String
- Attributes
Remarks
Android reference for android.media.tv.CommandRequest.CommandRequest.
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.