Skip to main content

TapSDK_SystemStateChangedCallback

Type Alias TapSDK_SystemStateChangedCallback 

Source
pub type TapSDK_SystemStateChangedCallback = Option<extern "C" fn(*const SystemStateChangedData)>;

Aliased Type§

pub enum TapSDK_SystemStateChangedCallback {
    None,
    Some(extern "C" fn(*const SystemStateChangedData)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(extern "C" fn(*const SystemStateChangedData))

Some value of type T.