updateCallForwardingSettings

open fun updateCallForwardingSettings(    @NonNull context: Context,     @NonNull callForwardingSettingsProfilesList: List<STWCallForwardingSettingsProfile>,     callForwardingSettingsType: Int,     @Nullable callback: STWOperationCallback<STWAccountSettingsError>)

Call this method to update the call forwarding settings

Parameters

context

: The application context

callForwardingSettingsProfilesList

: the user call forwarding settings

callForwardingSettingsType

: The call forwarding type: 0 - Default from profile, 1 - Customed by user

callback

: STWOperationCallback:

To handle operation result :

  • 1- success
  • 2- error