Skip to main content

wait

Function wait 

Source
pub fn wait(
    property: AndroidPropertyInfo,
    old_serial: u32,
    timeout: Option<Duration>,
) -> Result<Option<u32>>
Expand description

Wait for an Android system property to change from its last known serial.

ยงErrors

  • EINVAL: The property info or timeout is invalid.