Resources.Assets Property

Definition

Retrieve underlying AssetManager storage for these resources.

public Android.Content.Res.AssetManager? Assets { [Android.Runtime.Register("getAssets", "()Landroid/content/res/AssetManager;", "")] get; }
[<get: Android.Runtime.Register("getAssets", "()Landroid/content/res/AssetManager;", "")>]
member this.Assets : Android.Content.Res.AssetManager

Property Value

Attributes

Remarks

Retrieve underlying AssetManager storage for these resources.

Java documentation for android.content.res.Resources.getAssets().

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