TrafficDescriptor.GetOsAppId 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.
OsAppId identifies a broader traffic category.
[Android.Runtime.Register("getOsAppId", "()[B", "", ApiSince=31)]
public byte[]? GetOsAppId ();
[<Android.Runtime.Register("getOsAppId", "()[B", "", ApiSince=31)>]
member this.GetOsAppId : unit -> byte[]
Returns
The id in byte format. null
if not available.
- Attributes
Remarks
OsAppId identifies a broader traffic category. Although it names Os/App id, it only includes OS version with a general/broader category id used as app id.
Java documentation for android.telephony.data.TrafficDescriptor.getOsAppId()
.
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.