userId property
Unique ID tied to your application's user. This helps us accurately calculate monthly active users (MAU).
Implementation
final String? userId;
Unique ID tied to your application's user. This helps us accurately calculate monthly active users (MAU).
final String? userId;