Share via


BeginCreateCredentialResponse.CreateEntries Property

Definition

Returns the list of create entries to be displayed on the UI.

public System.Collections.Generic.IList<Android.Service.Credentials.CreateEntry> CreateEntries { [Android.Runtime.Register("getCreateEntries", "()Ljava/util/List;", "", ApiSince=34)] get; }
[<get: Android.Runtime.Register("getCreateEntries", "()Ljava/util/List;", "", ApiSince=34)>]
member this.CreateEntries : System.Collections.Generic.IList<Android.Service.Credentials.CreateEntry>

Property Value

Attributes

Remarks

Returns the list of create entries to be displayed on the UI.

Java documentation for android.service.credentials.BeginCreateCredentialResponse.getCreateEntries().

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