@NonNull abstract fun clearAttributes(@NonNull keys: MutableIterable<String!>): Editor
Clear the value for the attribute of the keys provided.
keys
- MutableIterable<String!>: the collection of attributes keys for which you wish to clear the values.
Return
Editor: RegistrationManager.Editor
@NonNull abstract fun clearAttributes(@NonNull vararg keys: String!): Editor
Clear the value for the attributes of the keys provided.
keys
- String!: the collection of attribute keys for which you wish to clear the values.
Return
Editor: RegistrationManager.Editor