CallFire_csharp_sdk.Common.DataManagement.CfBroadcastConfigRetryConfig.CfBroadcastConfigRetryConfig C# (CSharp) Method

CfBroadcastConfigRetryConfig() public method

public CfBroadcastConfigRetryConfig ( int maxAttempts, int minutesBetweenAttempts, CfResult retryResults, CfRetryPhoneType retryPhoneTypes ) : System
maxAttempts int
minutesBetweenAttempts int
retryResults CfResult
retryPhoneTypes CfRetryPhoneType
return System
        public CfBroadcastConfigRetryConfig(int maxAttempts, int minutesBetweenAttempts, CfResult[] retryResults, CfRetryPhoneType[] retryPhoneTypes)
        {
            MaxAttempts = maxAttempts;
            MinutesBetweenAttempts = minutesBetweenAttempts;
            RetryResults = retryResults;
            RetryPhoneTypes = retryPhoneTypes;
        }

Same methods

CfBroadcastConfigRetryConfig::CfBroadcastConfigRetryConfig ( ) : System
CfBroadcastConfigRetryConfig