getAccountByUserIdAndDeviceId

public final FTAccount getAccountByUserIdAndDeviceId(String userId, String deviceId)

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

Return

the account identified by the provided user id and device id

Parameters

userId

the id of the user to fetch the account for.

deviceId

the id of the user's device to fetch the account for.

See also

getAccounts
FuturaeClient.getAccountByUserId