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

addTags

@NonNull abstract fun addTags(@NonNull tags: MutableIterable<String!>): Editor

Adds the Iterable provided to tags.

Parameters

tags - MutableIterable<String!>: to add to your Marketing Cloud configuration.

Return
Editor: RegistrationManager.Editor

@NonNull abstract fun addTags(@NonNull vararg tags: String!): Editor

Adds the Collection provided to tags.

Parameters

tags - String!: to add to your Marketing Cloud configuration.

Return
Editor: RegistrationManager.Editor