Share via


SharedLibraryInfo.Name Property

Definition

Gets the library name an app defines in its manifest to depend on the library.

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

Property Value

The name.

Attributes

Remarks

Gets the library name an app defines in its manifest to depend on the library.

Java documentation for android.content.pm.SharedLibraryInfo.getName().

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