setBooleanAttribute abstract method

BatchUserDataEditor setBooleanAttribute(
  1. String key,
  2. bool value
)

Set a boolean 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 setBooleanAttribute(String key, bool value);