AndroidFindInteractionControllerCreationParams class
Object specifying creation parameters for creating a AndroidFindInteractionController.
When adding additional fields make sure they can be null or have a default
value to avoid breaking changes. See PlatformFindInteractionControllerCreationParams
for
more information.
- Annotations
Constructors
- AndroidFindInteractionControllerCreationParams.new({void onFindResultReceived(PlatformFindInteractionController controller, int activeMatchOrdinal, int numberOfMatches, bool isDoneCounting)?})
-
Creates a new AndroidFindInteractionControllerCreationParams instance.
const
- AndroidFindInteractionControllerCreationParams.fromPlatformFindInteractionControllerCreationParams(PlatformFindInteractionControllerCreationParams params)
-
Creates a AndroidFindInteractionControllerCreationParams instance based on
PlatformFindInteractionControllerCreationParams
.factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- onFindResultReceived → void Function(PlatformFindInteractionController controller, int activeMatchOrdinal, int numberOfMatches, bool isDoneCounting)?
-
Event fired as find-on-page operations progress.
The listener may be notified multiple times while the operation is underway, and the
numberOfMatches
value should not be considered final unlessisDoneCounting
is true.finalinherited - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited