Package ai.nexconn.call.api
Class INCCallAndroidPushConfig.Builder
java.lang.Object
ai.nexconn.call.api.INCCallAndroidPushConfig.Builder
- Enclosing interface:
- INCCallAndroidPushConfig
Builder for Android push configuration.
The built result is typically passed to call-related APIs through INCCallPushConfig.Builder.setAndroidConfig(INCCallAndroidPushConfig).
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract INCCallAndroidPushConfigbuild()Provided by the implementation.abstract INCCallAndroidPushConfig.BuildersetCategoryHW(String categoryHW) Sets the Huawei push message category.abstract INCCallAndroidPushConfig.BuildersetChannelIdFCM(String channelIdFCM) Sets the FCM push channel ID.abstract INCCallAndroidPushConfig.BuildersetChannelIdHW(String channelIdHW) Sets the Huawei push channel ID.abstract INCCallAndroidPushConfig.BuildersetFcmCollapseKey(String fcmCollapseKey) Sets the FCM notification group ID (`collapse key`).abstract INCCallAndroidPushConfig.BuildersetFcmImageUrl(String fcmImageUrl) Sets the image URL used by FCM notification push.abstract INCCallAndroidPushConfig.BuildersetImageUrlHW(String imageUrlHW) Sets the image URL used by Huawei notification push.abstract INCCallAndroidPushConfig.BuildersetImportanceHW(NCCallPushImportanceHW importanceHW) Sets the Huawei push message importance level (`NORMAL` / `LOW`).
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Provided by the implementation. -
setChannelIdHW
Sets the Huawei push channel ID. -
setImageUrlHW
Sets the image URL used by Huawei notification push. -
setImportanceHW
public abstract INCCallAndroidPushConfig.Builder setImportanceHW(NCCallPushImportanceHW importanceHW) Sets the Huawei push message importance level (`NORMAL` / `LOW`). -
setCategoryHW
Sets the Huawei push message category. -
setChannelIdFCM
Sets the FCM push channel ID. -
setFcmCollapseKey
Sets the FCM notification group ID (`collapse key`). -
setFcmImageUrl
Sets the image URL used by FCM notification push.
-