service_app_create_cb typedef
@brief Called at the start of the agent application.
@since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
@paramin
user_data The user data passed from the callback registration function
@return @c true on success,
otherwise @c false
@pre service_app_main() will invoke this callback function.
@see service_app_main()
@see #service_app_lifecycle_callback_s
Implementation
typedef service_app_create_cb
= ffi.Pointer<ffi.NativeFunction<service_app_create_cbFunction>>;