public interface ContactSettings
Settings related to contact management for the project.
  • 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

      static ContactSettings.Builder builder()
      Getting builder
      Returns:
      New Builder instance