Skip to content

Instantly share code, notes, and snippets.

View filipebrandao's full-sized avatar

Filipe Brandão filipebrandao

View GitHub Profile
/**
Example usage:
BranchLinkShortener() {
url = deeplinkWithoutUtmParameters
utmSource = "mobile-share"
}.shorten(context) { shortenedUrl ->
shortenedUrl?.let {
logger.i(TAG, "Got my Branch link to share: %s", shortenedUrl)
} ?: logger.e(
TAG,