CreateCredentialRequest.Origin Property

Definition

Returns the origin of the calling app if set otherwise returns null.

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

Property Value

Attributes

Remarks

Returns the origin of the calling app if set otherwise returns null.

Java documentation for android.credentials.CreateCredentialRequest.getOrigin().

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