UsesLibraryAttribute Constructors

Definition

Overloads

UsesLibraryAttribute()
UsesLibraryAttribute(String)
UsesLibraryAttribute(String, Boolean)

UsesLibraryAttribute()

public UsesLibraryAttribute ();

Remarks

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

UsesLibraryAttribute(String)

public UsesLibraryAttribute (string name);
new Android.App.UsesLibraryAttribute : string -> Android.App.UsesLibraryAttribute

Parameters

name
String

Remarks

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

UsesLibraryAttribute(String, Boolean)

public UsesLibraryAttribute (string name, bool required);
new Android.App.UsesLibraryAttribute : string * bool -> Android.App.UsesLibraryAttribute

Parameters

name
String
required
Boolean

Remarks

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