Table of Contents

Interface IBuilderForChannel

Namespace
Vonage.VerifyV2.CreateTemplateFragment
Assembly
Vonage.dll
public interface IBuilderForChannel

Methods

WithChannel(VerificationChannel)

Sets the verification channel this fragment applies to. Only SMS and Voice channels are supported for templates.

IBuilderForOptional WithChannel(VerificationChannel value)

Parameters

value VerificationChannel

Returns

IBuilderForOptional

Examples

.WithChannel(VerificationChannel.Sms)