Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Espoir authored Dec 25, 2023
1 parent 862751c commit 85dbd0b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ EasyAdv.splashConfig()
.setActivity(this)
.setWidth(getScreenWidth())
.setHeight(getScreenHeight())
.lifecycle(this)
.scope(lifecycleScope)
.setContainer(findViewById<FrameLayout>(R.id.adLayout))
.setSplashAdvListener(onError = { _, _ ->
toMain()
Expand Down

0 comments on commit 85dbd0b

Please sign in to comment.