app_manager_event_cbFunction typedef
app_manager_event_cbFunction =
Void Function(Pointer<Char> type, Pointer<Char> app_id, Int32 event_type, Int32 event_state, app_manager_event_h handle, Pointer<Void> user_data)
Implementation
typedef app_manager_event_cbFunction = ffi.Void Function(
ffi.Pointer<ffi.Char> type,
ffi.Pointer<ffi.Char> app_id,
ffi.Int32 event_type,
ffi.Int32 event_state,
app_manager_event_h handle,
ffi.Pointer<ffi.Void> user_data);