MethodChannelZohodeskPortalSiq class
An implementation of ZohodeskPortalSiqPlatform that uses method channels.
- Inheritance
-
- Object
- PlatformInterface
- ZohodeskPortalSiqPlatform
- MethodChannelZohodeskPortalSiq
Constructors
Properties
- eventChannel → EventChannel
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- messageStream → Stream
-
no setter
- methodChannel → MethodChannel
-
The method channel used to interact with the native platform.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
enableDragToDismiss(
bool isEnable) → Future< void> -
override
-
hideQueueTime(
bool isHide) → Future< void> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setChatBrandDetails(
String appKey, String accessKey) → Future< void> -
override
-
setChatVisibility(
ChatComponent component, bool visibility) → Future< void> -
override
-
setConversationTitle(
String title) → Future< void> -
override
-
setConversationVisibility(
bool visibility) → Future< void> -
override
-
setGuestUserDetails(
String? name, String? email, String? phone) → Future< void> -
override
-
setKnowledgeBaseVisibility(
bool visibility) → Future< void> -
override
-
setLauncherVisibility(
LauncherMode visibility) → Future< void> -
override
-
setLoggerEnabled(
bool isEnable) → Future< void> -
override
-
setSalesIQInitCallback(
SalesIQInitCallback callback) → Future< void> -
override
-
show(
) → Future< void> -
ASAP Chat show channel method
override
-
showFeedbackAfterSkip(
bool isShow) → Future< void> -
override
-
showOfflineMessage(
bool isShow) → Future< void> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited