Skip to content

Commit

Permalink
feat: 插件onLaunched动作
Browse files Browse the repository at this point in the history
  • Loading branch information
muedsa committed Oct 25, 2024
1 parent 448fa24 commit 040b493
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/src/main/java/com/muedsa/tvbox/api/plugin/IPlugin.kt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ abstract class IPlugin(var tvBoxContext: TvBoxContext) {

abstract suspend fun onInit()

abstract suspend fun onLaunched()

abstract fun provideMainScreenService(): IMainScreenService

abstract fun provideMediaDetailService(): IMediaDetailService
Expand Down

0 comments on commit 040b493

Please sign in to comment.