CpxResearch class

Constructors

CpxResearch.private(MethodChannel channel)

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

hide() Future<void>
init({required dynamic appId, required dynamic secureHash, required dynamic userId, Position position = Position.SideRightSmall, CpxStyle? style}) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
open() Future<void>
openSurvey({required String surveyId}) Future<void>
setLogMode(bool log) Future<void>
setSurveyDidClose(OnSurveyDidClose surveyDidClose) → void
setSurveyDidOpen(OnSurveyDidOpen surveyDidOpen) → void
setSurveyUpdated(OnSurveyUpdated surveyUpdated) → void
show() Future<void>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance CpxResearch
no setter