Notro
- 活动总数 3
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 1
-
创建于 How to determine if a user called the kotlin built in keyword TODO()
已回答Hello, I was wondering how can I determine if the built in keyword TODO() in kotlin is written in a line.I need this check in order to know when to show an action I'm creating.Thanks.