new新的acitivy
在Activity中,需要使用到自身的情况的时候,有一下集中方法
1,this
DialogHelper.showReRecord(this)
2. context
DialogHelper.showReRecord(context)
3. acitivty
DialogHelper.showReRecord(activity!!)
4. presenter
presenter.start(intent)
new新的acitivy
在Activity中,需要使用到自身的情况的时候,有一下集中方法
1,this
DialogHelper.showReRecord(this)
2. context
DialogHelper.showReRecord(context)
3. acitivty
DialogHelper.showReRecord(activity!!)
4. presenter
presenter.start(intent)