Skip to content

Commit

Permalink
page item
Browse files Browse the repository at this point in the history
  • Loading branch information
biezhihua committed Jun 17, 2024
1 parent a27e53b commit 1d758b8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions GaiaXAndroid/src/main/kotlin/com/alibaba/gaiax/GXRegisterCenter.kt
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,20 @@ class GXRegisterCenter {
*/
interface GXIPageItemViewLifecycleListener : GXIItemViewLifecycleListener {

override fun onCreate(gxView: View?) {
}

override fun onVisible(gxView: View?) {
}

override fun onInvisible(gxView: View?) {
}

override fun onReuse(gxView: View?) {
}

override fun onDestroy(gxView: View?) {
}
}


Expand Down

0 comments on commit 1d758b8

Please sign in to comment.