Table of Contents

Interface ISdkConfiguration

SdkOptions contains the configuration settings to initialise the SDK.

public interface ISdkConfiguration

Properties

ChannelId

Property for storing channel id information.

string ChannelId { get; set; }

Property Value

string

Language

Property for setting language.

ZendeskLanguage? Language { get; set; }

Property Value

ZendeskLanguage?