AUI settings can only be filtered during the init hook:- https://github.com/AyeCode/wp-ayecode-ui/blob/master/includes/ayecode-ui-settings.php#L834
This is too early to check the current page using is_page, which might be useful, for example, when conditionally loading CSS.
Maybe make the settings property public?