[3.4.0-map-sdk] code tyle
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
package com.mogo.map
|
||||
|
||||
import android.os.Bundle
|
||||
|
||||
/**
|
||||
* 生命周期
|
||||
*/
|
||||
interface ILifeCycle {
|
||||
fun onCreate(bundle: Bundle)
|
||||
fun onResume()
|
||||
fun onPause()
|
||||
fun onDestroy()
|
||||
fun onSaveInstanceState(outState: Bundle)
|
||||
// mapview only.
|
||||
fun onLowMemory()
|
||||
}
|
||||
Reference in New Issue
Block a user