logoutAccountOffline

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.

For smooth experience logoutAccount has to be used instead.

Parameters

userId

the id of the user to delete the account for.

See also