Property delegate must have a 'getValue(ChatActivity, KProperty<*>)' method. None of the following functions is suitable:

前端 未结 0 1708
北恋
北恋 2021-02-19 18:23
getting an error in android studio when using lazy for getStringExtra

  private val name : String by lazy {
    intent.getStringExtra(UID)
}

another cl

相关标签:
回答
  • 消灭零回复
提交回复
热议问题