Package ai.nexconn.call.api
Class INCCallPushConfig.Builder
java.lang.Object
ai.nexconn.call.api.INCCallPushConfig.Builder
- Enclosing interface:
- INCCallPushConfig
Push configuration builder.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract INCCallPushConfigbuild()Provided by the implementation.abstract INCCallPushConfig.BuilderSets the Android push sub-configuration.abstract INCCallPushConfig.BuildersetDisablePushTitle(boolean disablePushTitle) Controls whether the push title is suppressed.abstract INCCallPushConfig.BuildersetIOSConfig(INCCallIOSPushConfig config) Sets the iOS push sub-configuration.abstract INCCallPushConfig.BuildersetPushContent(String pushContent) Sets the push content.abstract INCCallPushConfig.BuildersetPushTitle(String pushTitle) Sets the push title.abstract INCCallPushConfig.BuildersetTemplateId(String templateId) Sets the push template ID.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Provided by the implementation. -
setTemplateId
Sets the push template ID. After it is set, push content is matched against the target user's language environment. -
setPushTitle
Sets the push title. -
setPushContent
Sets the push content. If empty, the server-side template or default copy can fill it in. -
setAndroidConfig
Sets the Android push sub-configuration. -
setIOSConfig
Sets the iOS push sub-configuration. -
setDisablePushTitle
Controls whether the push title is suppressed.
-