Compartir a través de


ProfilingResult.Tag Property

Definition

The tag defined by the caller at request time.

public string? Tag { [Android.Runtime.Register("getTag", "()Ljava/lang/String;", "", ApiSince=35)] get; }
[<get: Android.Runtime.Register("getTag", "()Ljava/lang/String;", "", ApiSince=35)>]
member this.Tag : string

Property Value

Attributes

Remarks

The tag defined by the caller at request time.

Java documentation for android.os.ProfilingResult.getTag().

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