Package ai.nexconn.call.api
Class INCCallIOSPushConfig.Builder
java.lang.Object
ai.nexconn.call.api.INCCallIOSPushConfig.Builder
- Enclosing interface:
- INCCallIOSPushConfig
Builder for iOS push configuration.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract INCCallIOSPushConfigbuild()Provided by the implementation.abstract INCCallIOSPushConfig.BuildersetApnsCollapseId(String apns_collapse_id) Sets the iOS collapse ID.abstract INCCallIOSPushConfig.BuildersetRichMediaUri(String richMediaUri) Sets the iOS rich media URI, typically used together with the category configuration.abstract INCCallIOSPushConfig.BuildersetThreadId(String thread_id) Sets the iOS notification thread ID.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Provided by the implementation. -
setThreadId
Sets the iOS notification thread ID. Push notifications with the same `thread-id` are grouped together. Supported from iOS 10. -
setApnsCollapseId
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
Sets the iOS rich media URI, typically used together with the category configuration.
-