setIdentifier abstract method

BatchUserDataEditor setIdentifier(
  1. String? identifier
)

Set the custom user identifier.

Be careful: you should make sure the identifier uniquely identifies a user. When pushing using an identifier, all installations with that identifier will get the Push, which can cause some privacy issues if done wrong.

Implementation

BatchUserDataEditor setIdentifier(String? identifier);