setDoubleAttribute abstract method
Set a double attribute for a key.
Attribute's key cannot be empty. It should be made of letters, numbers or underscores ([a-z0-9_]) and can't be longer than 30 characters.
Any attribute with an invalid key or value will be ignored.
Implementation
BatchUserDataEditor setDoubleAttribute(String key, double value);