标签: android angular ionic2
而在Android Native中,onResume()是life cycle of an activity的一部分。看这个:
onResume()
public void onResume() { super.onResume(); // Always call the superclass method first }
Ionic 2中onResume()的等效方法是什么?
答案 0 :(得分:6)
您可以按照here
Platform.resume