Class INCCallIOSPushConfig.Builder

java.lang.Object
ai.nexconn.call.api.INCCallIOSPushConfig.Builder
Enclosing interface:
INCCallIOSPushConfig

public abstract static class INCCallIOSPushConfig.Builder extends Object
Builder for iOS push configuration.
  • Constructor Details

    • Builder

      public Builder()
  • Method Details

    • build

      public abstract INCCallIOSPushConfig build()
      Provided by the implementation.
    • setThreadId

      public abstract INCCallIOSPushConfig.Builder setThreadId(String thread_id)
      Sets the iOS notification thread ID. Push notifications with the same `thread-id` are grouped together. Supported from iOS 10.
    • setApnsCollapseId

      public abstract INCCallIOSPushConfig.Builder setApnsCollapseId(String apns_collapse_id)
      Sets the iOS collapse ID. When `apnsCollapseId` is the same, a new notification replaces the old one. Maximum length: 64 bytes. Supported from iOS 10.
    • setRichMediaUri

      public abstract INCCallIOSPushConfig.Builder setRichMediaUri(String richMediaUri)
      Sets the iOS rich media URI, typically used together with the category configuration.