Martin Cazares

219
reputation
2
5
val profile = getCurrentWebsiteProfile()
if (profile is LinkedInProfile) {
   print("${profile.getAwesomeProfile()}")
}else {
   print("${getBlogUrl()}")
}