withUserId abstract method
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);