WhereUserIdAndDevice

public final class WhereUserIdAndDevice extends AccountQuery

Selects accounts identified by the provided user id and device id in the SDK, if those exist.

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.

Properties

Link copied to clipboard
private final String deviceId
Link copied to clipboard
private final String userId

Functions

Link copied to clipboard
public final String getDeviceId()
Link copied to clipboard
public final String getUserId()