Class Share
java.lang.Object
org.vaadin.firitin.util.Share
A simple wrapper for the Web Share API.
See also: https://developer.mozilla.org/en-US/docs/Web/API/Web_Share_API
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic com.vaadin.flow.component.page.PendingJavaScriptResult
Share a link using the Web Share API.static com.vaadin.flow.component.page.PendingJavaScriptResult
Share a link using the Web Share API.static com.vaadin.flow.component.page.PendingJavaScriptResult
share
(Share.ShareData data)
-
Constructor Details
-
Share
public Share()
-
-
Method Details