clearAttributes

@NonNull
abstract fun clearAttributes(@NonNull keys: Iterable<String>): RegistrationManager.Editor

Clear the value for the attribute of the keys provided.

Return

RegistrationManager.Editor

Parameters

keys

the collection of attributes keys for which you wish to clear the values.


@NonNull
abstract fun clearAttributes(@NonNull keys: Array<String>): RegistrationManager.Editor

Clear the value for the attributes of the keys provided.

Return

RegistrationManager.Editor

Parameters

keys

the collection of attribute keys for which you wish to clear the values.