withUserId abstract method

ManagerBuilder withUserId(
  1. String userId
)

The userID is a unique identifier supplied by your application and must be static for each user across sessions. Your userID should not contain any personally identifiable information such as an email address, screen name, Android ID (AID), or Google Advertising ID (GAID).

Implementation

ManagerBuilder withUserId(final String userId);