show Info Dialog
public final Unit showInfoDialog(Activity activity, Integer titleResId, Integer messageResId, Function0<Unit> onClose)
Show an info dialog
Parameters
activity
The activity to show the info dialog in
title Res Id
The resource ID of the title of the info dialog
message Res Id
The resource ID of the message of the info dialog
on Close
The lambda to run when the info dialog is closed
Throws
if an info dialog is already showing