Last active
August 7, 2019 12:40
-
-
Save hitesh-dhamshaniya/cc2e09f3c12aff97e7c231733b37caeb to your computer and use it in GitHub Desktop.
WhatApp Like WebSite URL Preview Using Lib
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
| richLinkViewTel.setLink("https://www.youtube.com/channel/UC5DlHdPZqA1IzqqSqBXvo0g", object : ViewListener { | |
| override fun onSuccess(status: Boolean) { | |
| } | |
| override fun onError(e: Exception) { | |
| } | |
| }) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment