Ionic 2中onResume()的等效方法是什么?

时间:2017-02-16 15:16:31

标签: android angular ionic2

而在Android Native中,onResume()life cycle of an activity的一部分。看这个:

public void onResume() {
    super.onResume();  // Always call the superclass method first    
}

Ionic 2中onResume()的等效方法是什么?

1 个答案:

答案 0 :(得分:6)

您可以按照here

的说明使用离子2的Platform.resume