setDescription abstract method

String? setDescription(
  1. String description, [
  2. Locale locale
])

Sets the description of the value.

This description is used when asking for the users consent to share this data.

@param description the description to be set @param locale the locale to be written @return the string of the previously set description. @throws MissingResourceException if the default locale is missing

Implementation

String? setDescription(String description, [Locale locale]);