onFindResultReceived property
- @SupportedPlatforms.new(platforms: [AndroidPlatform(), IOSPlatform(), MacOSPlatform()])
- @Deprecated('Use FindInteractionController.onFindResultReceived instead')
final
Use FindInteractionController.onFindResultReceived instead.
Officially Supported Platforms/Implementations:
- Android WebView
- iOS WKWebView
- macOS WKWebView
Parameters - Officially Supported Platforms/Implementations:
activeMatchOrdinal: all platformsnumberOfMatches: all platformsisDoneCounting: all platforms
Use the PlatformWebViewCreationParams.isPropertySupported method to check if this property is supported at runtime.
Implementation
@SupportedPlatforms(
platforms: [AndroidPlatform(), IOSPlatform(), MacOSPlatform()],
)
@Deprecated('Use FindInteractionController.onFindResultReceived instead')
final void Function(
T controller,
int activeMatchOrdinal,
int numberOfMatches,
bool isDoneCounting,
)?
onFindResultReceived;