MethodChannelZohodeskPortalApikit class

An implementation of ZohodeskPortalApikitPlatform that uses method channels.

Inheritance

Properties

hashCode int
The hash code for this object.
no setterinherited
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

disablePush(String fcmToken) Future<void>
ASAP disable push notification method
override
enableLogs() Future<void>
ASAP disable logs channel method
override
enablePush(String fcmToken) Future<void>
ASAP enable push notification method
override
getDepartments(DepartmentsCallback callback) Future<void>
ASAP getDepartments channel method
override
getLayouts(String departmentId, LayoutsCallback callback) Future<void>
ASAP getLayouts channel method
override
getTicketFields(TicketFieldsCallback callback, Map<String, String>? params, String? flags) Future<void>
override
getTicketForm(TicketFormCallback callback, Map<String, String>? params, String? flags) Future<void>
override
initializeAccountsKeys(String clientId, String clientSecretId, String portalId, String redirURI) Future<void>
ASAP Initialise accounts keys channel method
override
initializeSDK(String orgID, String appID, [ZDPDataCenter? dataCenter]) Future<void>
ASAP Initialise SDK channel method
override
isUserSignedIn() Future<bool>
ASAP isUserLoggedIn channel method
override
login(String jwtToken) Future<bool>
ASAP login channel method
override
logout() Future<bool>
ASAP logout channel method
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
presentLoginScreen(String colorString) Future<bool>
ASAP presentloginscreen channel method
override
toString() String
A string representation of this object.
inherited

Operators

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