update Call Forwarding Settings
open fun updateCallForwardingSettings( @NonNull context: Context, @NonNull callForwardingSettingsProfilesList: List<STWCallForwardingSettingsProfile>, callForwardingSettingsType: Int, @Nullable callback: STWOperationCallback<STWAccountSettingsError>)
Content copied to clipboard
Call this method to update the call forwarding settings
Parameters
context
: The application context
call Forwarding Settings Profiles List
: the user call forwarding settings
call Forwarding Settings Type
: The call forwarding type: 0 - Default from profile, 1 - Customed by user
callback