Skip to main content

simple_alert

Function simple_alert 

Source
fn simple_alert(
    heading: &str,
    body: &str,
    response_id: &str,
    response_label: &str,
) -> AlertDialog
Expand description

Create a one-button AlertDialog (shared pattern used by multiple dialogs).