miniapp / com.rakuten.tech.mobile.miniapp / MiniAppDisplay / destroyView

destroyView

abstract fun destroyView(): Unit

Upon invocation, destroys necessary view state and any services registered with. When the consumer has finished consuming, it is advisable to release the resources. Usual scenarios are when the app components are amidst their destroy cycle.

See Also

link