Uses of Enum Class
com.vaadin.flow.component.webshare.WebShareSupport
Packages that use WebShareSupport
Package
Description
Server-side access to the browser's Web Share API, which opens the device's
native share sheet so the user can send a title, text, and/or URL to another
app.
-
Uses of WebShareSupport in com.vaadin.flow.component.internal
Methods in com.vaadin.flow.component.internal that return types with arguments of type WebShareSupportModifier and TypeMethodDescriptionUIInternals.getWebShareSupportSignalReadOnly()Returns the read-only reactive signal holding the Web Share API support state for this UI.Methods in com.vaadin.flow.component.internal with parameters of type WebShareSupportModifier and TypeMethodDescriptionvoidUIInternals.setWebShareSupport(WebShareSupport support) Updates the Web Share support signal.