PlatformFindInteractionControllerMethod enum

List of PlatformFindInteractionController's methods that can be used to check if they are supported or not by the current platform.

Inheritance
  • Object
  • Enum
  • PlatformFindInteractionControllerMethod
Available extensions

Values

clearMatches → const PlatformFindInteractionControllerMethod

Can be used to check if the PlatformFindInteractionController.clearMatches method is supported at runtime.

Officially Supported Platforms/Implementations:

Use the PlatformFindInteractionController.isMethodSupported method to check if this method is supported at runtime.

dismissFindNavigator → const PlatformFindInteractionControllerMethod

Can be used to check if the PlatformFindInteractionController.dismissFindNavigator method is supported at runtime.

Officially Supported Platforms/Implementations:

Use the PlatformFindInteractionController.isMethodSupported method to check if this method is supported at runtime.

dispose → const PlatformFindInteractionControllerMethod

Can be used to check if the PlatformFindInteractionController.dispose method is supported at runtime.

Officially Supported Platforms/Implementations:

  • Android WebView
  • iOS WKWebView
  • macOS WKWebView
  • Linux WPE WebKit
  • Windows WebView2

Parameters - Officially Supported Platforms/Implementations:

  • isKeepAlive: all platforms

Use the PlatformFindInteractionController.isMethodSupported method to check if this method is supported at runtime.

findAll → const PlatformFindInteractionControllerMethod

Can be used to check if the PlatformFindInteractionController.findAll method is supported at runtime.

Officially Supported Platforms/Implementations:

Parameters - Officially Supported Platforms/Implementations:

  • find: all platforms

Use the PlatformFindInteractionController.isMethodSupported method to check if this method is supported at runtime.

findNext → const PlatformFindInteractionControllerMethod

Can be used to check if the PlatformFindInteractionController.findNext method is supported at runtime.

Officially Supported Platforms/Implementations:

Parameters - Officially Supported Platforms/Implementations:

  • forward: all platforms

Use the PlatformFindInteractionController.isMethodSupported method to check if this method is supported at runtime.

getActiveFindSession → const PlatformFindInteractionControllerMethod

Can be used to check if the PlatformFindInteractionController.getActiveFindSession method is supported at runtime.

Officially Supported Platforms/Implementations:

Use the PlatformFindInteractionController.isMethodSupported method to check if this method is supported at runtime.

getSearchText → const PlatformFindInteractionControllerMethod

Can be used to check if the PlatformFindInteractionController.getSearchText method is supported at runtime.

Officially Supported Platforms/Implementations:

Use the PlatformFindInteractionController.isMethodSupported method to check if this method is supported at runtime.

isFindNavigatorVisible → const PlatformFindInteractionControllerMethod

Can be used to check if the PlatformFindInteractionController.isFindNavigatorVisible method is supported at runtime.

Officially Supported Platforms/Implementations:

Use the PlatformFindInteractionController.isMethodSupported method to check if this method is supported at runtime.

presentFindNavigator → const PlatformFindInteractionControllerMethod

Can be used to check if the PlatformFindInteractionController.presentFindNavigator method is supported at runtime.

Officially Supported Platforms/Implementations:

Use the PlatformFindInteractionController.isMethodSupported method to check if this method is supported at runtime.

setFindOptions → const PlatformFindInteractionControllerMethod

Can be used to check if the PlatformFindInteractionController.setFindOptions method is supported at runtime.

Officially Supported Platforms/Implementations:

Parameters - Officially Supported Platforms/Implementations:

  • options: all platforms

Use the PlatformFindInteractionController.isMethodSupported method to check if this method is supported at runtime.

setSearchText → const PlatformFindInteractionControllerMethod

Can be used to check if the PlatformFindInteractionController.setSearchText method is supported at runtime.

Officially Supported Platforms/Implementations:

Parameters - Officially Supported Platforms/Implementations:

  • searchText: all platforms

Use the PlatformFindInteractionController.isMethodSupported method to check if this method is supported at runtime.

updateResultCount → const PlatformFindInteractionControllerMethod

Can be used to check if the PlatformFindInteractionController.updateResultCount method is supported at runtime.

Officially Supported Platforms/Implementations:

Use the PlatformFindInteractionController.isMethodSupported method to check if this method is supported at runtime.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
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

Constants

values → const List<PlatformFindInteractionControllerMethod>
A constant List of the values in this enum, in order of their declaration.