# buildLinkAsync

fun buildLinkAsync(request: [SharingRequest](/developers/references/android/id-frak-sdk-sharing/sharingrequest/)): [CompletableFuture](https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/concurrent/CompletableFuture.html)&lt;[String](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-string/index.html)?&gt;

[buildLink](/developers/references/android/id-frak-sdk/sharingapi/buildlink/) for Java. Completes with null on the same &quot;nothing to link to&quot; path, and completes exceptionally with a [FrakError](/developers/references/android/id-frak-sdk-core/frakerror/) wrapped in a `CompletionException` otherwise.