ZFSurvey class
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>
-