Context.Params Property

Definition

Return the set of parameters which this Context was created with, if it was created via #createContext(ContextParams).

public virtual Android.Content.ContextParams? Params { [Android.Runtime.Register("getParams", "()Landroid/content/ContextParams;", "GetGetParamsHandler", ApiSince=31)] get; }
[<get: Android.Runtime.Register("getParams", "()Landroid/content/ContextParams;", "GetGetParamsHandler", ApiSince=31)>]
member this.Params : Android.Content.ContextParams

Property Value

Attributes

Remarks

Return the set of parameters which this Context was created with, if it was created via #createContext(ContextParams).

Java documentation for android.content.Context.getParams().

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