onFindResultReceived method
- @SupportedPlatforms.new(platforms: [AndroidPlatform(), IOSPlatform(), MacOSPlatform()])
- @Deprecated('Use FindInteractionController.onFindResultReceived instead')
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 PlatformInAppBrowserEvents.isMethodSupported method to check if this method is supported at runtime.
Implementation
@SupportedPlatforms(
platforms: [AndroidPlatform(), IOSPlatform(), MacOSPlatform()],
)
@Deprecated('Use FindInteractionController.onFindResultReceived instead')
void onFindResultReceived(
int activeMatchOrdinal,
int numberOfMatches,
bool isDoneCounting,
) {}