Skip to main content

NemoRelayNativeEventSubscriberCb

Type Alias NemoRelayNativeEventSubscriberCb 

Source
pub type NemoRelayNativeEventSubscriberCb = unsafe extern "C" fn(user_data: *mut c_void, event_json: *const NemoRelayNativeString) -> NemoRelayStatus;
Expand description

Native event subscriber callback.