Share via


SharedLibraryInfo.Type Property

Definition

Gets the type of this library.

public Android.Content.PM.SharedLibraryType Type { [Android.Runtime.Register("getType", "()I", "", ApiSince=26)] get; }
[<get: Android.Runtime.Register("getType", "()I", "", ApiSince=26)>]
member this.Type : Android.Content.PM.SharedLibraryType

Property Value

The library type.

Attributes

Remarks

Gets the type of this library.

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

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