| java.lang.Object | |
| ↳ | com.google.firebase.auth.UserImportResult |
Represents the result of the importUsersAsync(List, UserImportOptions) API.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| List<ErrorInfo> |
getErrors()
A list of
ErrorInfo instances describing the errors that were encountered during
the import. | ||||||||||
| int |
getFailureCount()
Returns the number of users that failed to be imported.
| ||||||||||
| int |
getSuccessCount()
Returns the number of users that were imported successfully.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
A list of ErrorInfo instances describing the errors that were encountered during
the import. Length of this list is equal to the return value of getFailureCount().
Returns the number of users that failed to be imported.
Returns the number of users that were imported successfully.