Interface ContactSettings
public interface ContactSettings
Settings related to contact management for the project.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic ContactSettings.Builderbuilder()Getting builderEnables the Unified Contact ID feature.
-
Method Details
-
getUnifiedContactIdEnabled
Boolean getUnifiedContactIdEnabled()Enables the Unified Contact ID feature. When enabled, contacts with the same phone number across SMS, RCS, and MMS channels are treated as a single entity. See the documentation for details and requirements.- Returns:
- unifiedContactIdEnabled
-
builder
Getting builder- Returns:
- New Builder instance
-