TableResponse(Int32, Int32, Int32, Uri, Int32, Int32) 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.
Constructs a TableResponse with a table URI.
[Android.Runtime.Register(".ctor", "(IIILandroid/net/Uri;II)V", "", ApiSince=33)]
public TableResponse (int requestId, int sequence, int responseResult, Android.Net.Uri? tableUri, int version, int size);
[<Android.Runtime.Register(".ctor", "(IIILandroid/net/Uri;II)V", "", ApiSince=33)>]
new Android.Media.TV.TableResponse : int * int * int * Android.Net.Uri * int * int -> Android.Media.TV.TableResponse
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
- Int32
The result for the response. It's one of #RESPONSE_RESULT_OK
,
#RESPONSE_RESULT_CANCEL
, #RESPONSE_RESULT_ERROR
.
- tableUri
- Uri
The URI of the table in the database.
- version
- Int32
The version number of requested table.
- size
- Int32
The Size number of table in bytes.
- Attributes
Remarks
Constructs a TableResponse with a table URI.
This member is deprecated. use Builder
instead.
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.