ZendeskFlutterSupport class

Constructors

ZendeskFlutterSupport()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getPlatformVersion() Future<String?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

createTicket({List<String>? tag, String? subject = "Chat", String? requestDescription = "Hello"}) Future<void>
initialize(String accountKey, String appId, String clientId, String zendeskUrl) Future<void>
openTicketHistory() Future<void>
setVisitorInfo({String? name, String? email, String? phoneNumber, String? department}) Future<void>
startChat({bool isPreChatFormEnabled = true, bool isAgentAvailabilityEnabled = true, bool isChatTranscriptPromptEnabled = true, bool isOfflineFormEnabled = true, List<String>? ticketTag, String? ticketSubject, String? botName, String? title, bool isChatEngineEnabled = true, bool isSupportEngineEnabled = true, bool isAnswerBotEngineEnabled = true}) Future<void>
startChatWithCondition({bool isPreChatFormEnabled = true, bool isAgentAvailabilityEnabled = true, bool isChatTranscriptPromptEnabled = true, bool isOfflineFormEnabled = true, List<String>? ticketTag, String? ticketSubject, String? botName, String? title, bool isChatEngineEnabled = true, bool isSupportEngineEnabled = true, bool isAnswerBotEngineEnabled = true}) Future<void>