TrafficDescriptor.GetOsAppId Method

Definition

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

Byte[]

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.

Applies to