Language

AccountVisibility Enum

Definition

Specifies an account's visibility to an application.

public enum AccountVisibility
type AccountVisibility = 
Inheritance
AccountVisibility

Fields

Name Value Description
Undefined 0

The account visibility has not been set, so the default visibility is used.

Visible 1

The account is always visible to the application, and only the authenticator can revoke visibility.

UserManagedVisible 2

The account is visible to the application, but the user can revoke visibility.

NotVisible 3

The account is not visible to the application, and only the authenticator can grant visibility.

UserManagedNotVisible 4

The account is not visible to the application, but the user can reveal it.

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