TableResponse.GetTableByteArray 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.
Gets the data of the table as a byte array.
[Android.Runtime.Register("getTableByteArray", "()[B", "", ApiSince=34)]
public byte[]? GetTableByteArray ();
[<Android.Runtime.Register("getTableByteArray", "()[B", "", ApiSince=34)>]
member this.GetTableByteArray : unit -> byte[]
Returns
the table data as a byte array, or null
if the data is not stored as a byte
array.
- Attributes
Remarks
Gets the data of the table as a byte array.
Java documentation for android.media.tv.TableResponse.getTableByteArray()
.
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.