Marketing Cloud SDK / com.salesforce.marketingcloud.registration / RegistrationManager / Editor / clearAttributes

clearAttributes

@NonNull abstract fun clearAttributes(@NonNull keys: MutableIterable<String!>): Editor

Clear the value for the attribute of the keys provided.

Parameters

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.

Parameters

keys - String!: the collection of attribute keys for which you wish to clear the values.

Return
Editor: RegistrationManager.Editor