setUserIdentifier abstract method

void setUserIdentifier(
  1. String id
)

Sets the user identifier

This would typically be some form of unique identifier such as a UUID or database key for the user. Embrace will generate a per-install UUID by default.

Implementation

void setUserIdentifier(String id);