mc_activated_client_cb typedef
@brief Called when requesting the list of created clients. @since_tizen @if MOBILE 4.0 @elseif WEARABLE 5.0 @endif
@remarks The callback is called in the main loop. \n The @a client_name should not be released by the application. \n The @a client_name can be used only in the callback. To use outside, make a copy.
@paramin
client_name The app_id of the created media controller client
@paramin
user_data The user data passed from the mc_client_foreach_server() function
@return @c true to continue with the next iteration of the loop, otherwise @c false to break out of the loop
@pre mc_server_foreach_client()
@see mc_server_foreach_client()
Implementation
typedef mc_activated_client_cb
= ffi.Pointer<ffi.NativeFunction<mc_activated_client_cbFunction>>;