Functions

Link copied to clipboard
public abstract AsyncCompletableOperation enrollAccount(EnrollmentParams enrollmentParameters)

Enroll an account using the provided EnrollmentParams. This is a single entrypoint method for all configurations. However, there are restrictions as to what configurations can be used and when. Please see the EnrollmentParams documentation.

Link copied to clipboard
public abstract FTAccount getAccount(AccountQuery accountQuery)

Get the FTAccount identified by the provided query AccountQuery.

Link copied to clipboard

Get Account history for the selected userId

Link copied to clipboard

Get accounts statuses for given userIds.

Link copied to clipboard
public abstract List<FTAccount> getActiveAccounts()

Get the list of currently active FTAccount objects in the SDK.

Link copied to clipboard

Logout the user and remove the account. This is a protected operation, so the SDK must be unlocked before calling this method.

Link copied to clipboard
public abstract Unit logoutAccountOffline(String userId)

Delete the account identified by the provided user id from the SDK. Works offline, does not confirm deletion with futurae's webapp.

Link copied to clipboard

Register push notifications token.