Skip to main content

NativeArkWeb_OnValidCallback

Type Alias NativeArkWeb_OnValidCallback 

Source
pub type NativeArkWeb_OnValidCallback = Option<unsafe extern "C" fn(arg1: *const c_char)>;
Expand description

@brief Defines the valid callback of the web component.

@since 11

Aliased Type§

pub enum NativeArkWeb_OnValidCallback {
    None,
    Some(unsafe extern "C" fn(*const i8)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*const i8))

Some value of type T.