TableResponse.Builder.SetTableByteArray(Byte[]) Method
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.
Sets table byte array.
[Android.Runtime.Register("setTableByteArray", "([B)Landroid/media/tv/TableResponse$Builder;", "", ApiSince=34)]
public Android.Media.TV.TableResponse.Builder SetTableByteArray(byte[] bytes);
[<Android.Runtime.Register("setTableByteArray", "([B)Landroid/media/tv/TableResponse$Builder;", "", ApiSince=34)>]
member this.SetTableByteArray : byte[] -> Android.Media.TV.TableResponse.Builder
Parameters
- bytes
- Byte[]
The byte array which stores the table in bytes. The structure and syntax of the table depends on the table name in TableRequest.getTableName() and the corresponding standard. This value cannot be null.
Returns
- Attributes
Remarks
Sets table byte array.
Android reference for android.media.tv.TableResponse.Builder.setTableByteArray.
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.