//inappmessaging/com.rakuten.tech.mobile.inappmessaging.runtime/InAppMessaging/unregisterMessageDisplayActivity
unregisterMessageDisplayActivity
[androidJvm]
abstract fun unregisterMessageDisplayActivity()
This method unregisters the activity from InAppMessaging This method should be called in onPause() of the registered activity in order to avoid memory leaks. If there is message being displayed, it will be closed automatically.