Const
Clear all tags and attributes set on an installation and their local cache returned by fetchAttributes and fetchTagCollections. This doesn’t affect data set on profiles using BatchProfile.
Read the saved attributes. Reading is asynchronous so as not to interfere with saving operations.
The attributes set with Batch.editor().setAttribute()
Get the custom user identifier.
The custom user identifier set with BatchUser.editor().setIdentifier();
Get the unique installation ID, generated by Batch. Batch must be started to read it. You will get the result in a promise.
Get the language.
The language set with BatchUser.editor().setLanguage();
Get the region.
The region set with BatchUser.editor().setRegion();
Get the tag collections.
The tags added with BatchUser.editor().addTag()
Batch's user module