abstract fun showAlert(message: String): Unit
abstract fun showAlert(@StringRes messageId: Int): Unit
Method for showing alert messages from SDK.