Last active
March 30, 2020 17:02
-
-
Save akexorcist/ca8b57f547fe51bcb06f0c01a942e634 to your computer and use it in GitHub Desktop.
Code Snippet for https://blog.nextzy.me/ไขข้อสงสัยของ-also-apply-let-run-และ-with-ใน-kotlin-bcc5746d7be1
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 param = UserProfileParam("219347017350") | |
| param.page = 0 | |
| param.count = 30 | |
| print("Get user profile info (id:${param.id}, page:${param.page}, count:${param.count})") | |
| track("Get user profile info : ${param.id}") | |
| val response = getUserProfile(param) | |
| saveToDatabase(response) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ข้างบนผิดนะ ต้องเปลี่ยนเป็น