SharingApi
class SharingApi
Share link construction. Obtained from FrakClient.sharing.
Functions
Section titled “Functions”| Name | Summary |
|---|---|
| buildLink | suspend fun buildLink(request: SharingRequest): String? Builds a share link for request. |
| buildLinkAsync | fun buildLinkAsync(request: SharingRequest): CompletableFuture<String?> buildLink for Java. Completes with null on the same “nothing to link to” path, and completes exceptionally with a FrakError wrapped in a CompletionException otherwise. |