getFTAccountByUserId

public final FTAccount getFTAccountByUserId(String userId)

Get the FTAccount identified by the provided user id in the SDK, if it exists.

Return

the account identified by the provided user id.

Parameters

userId

the id of the user to fetch the account for.

See also