ZFSurvey class

Constructors

ZFSurvey.new()
factory

Properties

customAttributehashMap Map<String, dynamic>?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uiType String?
getter/setter pair
zfSurveyDialog ↔ ZFSurveyDialog
getter/setter pair

Methods

addCustomParam(Map<String, dynamic>? hashMap) → void
checkSegmenting() bool
checkTokenIsValid(String token) Future<bool>
checkValidation(String token) Future<bool>
clear() → void
init({required List<String> token, required String zfRegion, required BuildContext context, bool? autoClose, String? displayType, double? expandedHeight, double? minimumHeight, String? closeIconPosition}) Future<void>
Initialize SDK with necessary details
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onContactCreationSuccess(bool isContactCreated) → void
sendAppLifecycleState(AppLifecycleState state) → void
sendCustomAttributes(Map<String, dynamic> hashMap) ZFSurvey
sendDeviceDetails(bool deviceDetails) ZFSurvey
startSurvey() → void
toString() String
A string representation of this object.
inherited
userInfo(Map<String, dynamic> hashMap, String token) Future<ZFSurvey>

Operators

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