ContentsquareWebViewTracker class abstract

An object used to track a WebView.

The three objects of this class must be used: registerWebViewController, javascriptChannels, startPageTracking. Look at their documentation to know how and when to use them.

Properties

hashCode int
The hash code for this object.
no setterinherited
javascriptChannels Set<ContentsquareJavascriptChannel>
Set of javascript channels to register in the webview
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

initializeWebViewTracking() Future<void>
Initializes the tracking of the webview.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerWebViewController(ContentsquareWebViewController controller) → void
Registers the given ContentsquareWebViewController to this tracker.
startPageTracking() Future<void>
Initializes the tracking of the webview.
toString() String
A string representation of this object.
inherited

Operators

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