AppJankStats.NavigationComponent Property

Definition

Returns the navigation component if it exists that this stat applies to.

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

Property Value

the navigation component if it exists that this stat applies to.

Attributes

Remarks

Returns the navigation component if it exists that this stat applies to.

Java documentation for android.app.jank.AppJankStats.getNavigationComponent().

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