currentUser

open override val currentUser: BrazeUser?

The user currently being tracked by Braze. Note that modifying values on instances of BrazeUser for a previous user will result in those values being stored locally, but they will not be synced with the Braze server until that user becomes active again.

Note that this method will block the caller thread until the current BrazeUser is available. Please use IBraze.getCurrentUser for the asynchronous version of this method.

Return

The user currently being tracked by Braze.