ime_prediction_hint_data_set_cb typedef

ime_prediction_hint_data_set_cb = Pointer<NativeFunction<ime_prediction_hint_data_set_cbFunction>>

@brief Called to set key-value pairs of predicting messages to deliver to the input panel.

@since_tizen 5.0

@privlevel public

@privilege %http://tizen.org/privilege/ime

@remarks @a key and @a value is valid only in the callback. To use outside the callback, make a copy. This function is used by applications to deliver predicted hint messages to the input panel.

@paramin key The prediction hint key to be set to the input panel @paramin value The prediction hint value to be set to the input panel @paramin user_data User data to be passed to the callback function

@pre The callback can be registered using ime_event_set_prediction_hint_data_set_cb() function.

@see ime_event_set_prediction_hint_data_set_cb()

Implementation

typedef ime_prediction_hint_data_set_cb
    = ffi.Pointer<ffi.NativeFunction<ime_prediction_hint_data_set_cbFunction>>;