MigrationStatus

public enum MigrationStatus

Enum that represents the migration status returned from the SDK.

Entries

Link copied to clipboard

The PingID SDK keyPair and/or device identificator couldn't be found within the context of the calling application, migration process not needed.

Link copied to clipboard

The migration process was completed successfully.

Link copied to clipboard

The migration process was started but failed for some reason. Set status as failed forever denying the SDK to retry the migration process.

Link copied to clipboard

The migration process was started but ended with 408 (timeout) or greater then 500 (internal error) HTTP status, in this case we let the calling application repeat the process.

Link copied to clipboard

The migration process currently running.

Functions

Link copied to clipboard
public static MigrationStatus valueOf(String name)

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard
public static Array<MigrationStatus> values()

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.