We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62296d4 commit 8023b86Copy full SHA for 8023b86
app/src/main/java/com/isolpro/library/connection/MainActivity.kt
@@ -9,15 +9,15 @@ class MainActivity : AppCompatActivity() {
9
super.onCreate(savedInstanceState)
10
setContentView(R.layout.activity_main)
11
12
- PostService.getPosts(this)
13
- .success {
14
- // TODO("Use your data from $it")
15
-
16
- // use $it.userId to get userId from Post
17
- }
18
- .failure {
19
- // TODO("Let user know that the request has failed")
20
21
- .post()
+// PostService.getPosts(this)
+// .success {
+// // TODO("Use your data from $it")
+//
+// // use $it.userId to get userId from Post
+// }
+// .failure {
+// // TODO("Let user know that the request has failed")
+// .post()
22
}
23
0 commit comments