register_user_preferences

Function register_user_preferences 

Source
pub fn register_user_preferences(
    prefs: Vec<PreferenceUIData>,
) -> MoosyncResult<()>
Expand description

Registers user preferences with the main app.

ยงArguments

  • prefs - A vector of PreferenceUIData representing the user preferences to register.