Created
August 7, 2020 11:47
-
-
Save pflammertsma/18798481d660aa78e3609786d1b95a0e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
val previewChannel = PreviewChannel.Builder() | |
.setDisplayName(name) | |
.setDescription(description) | |
.setAppLinkIntentUri(Uri.parse(deeplinkUri)) | |
.setInternalProviderId(getPlaylistId()) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment