Interface ITAdHocManager


  • public interface ITAdHocManager
    • Method Detail

      • getGlobalAdHocSettings

        AdHocDefaultsBean getGlobalAdHocSettings()
        Get the global Ad-Hoc configuration
        Returns:
        AdHocDefaultsBean containing the global Ad-Hoc configuration
      • setGlobalAdHocSettings

        void setGlobalAdHocSettings​(AdHocDefaultsBean settingsToApply)
        Set the global Ad-Hoc configuration
        Parameters:
        settingsToApply - AdHocDefaultsBean containing the global Ad-Hoc configuration to apply
      • isAdHocEnabled

        boolean isAdHocEnabled()
        Check if the Ad-Hoc feature has been enabled
        Returns:
        the current enabled state of Ad-Hoc notifications
      • setAdHocEnabled

        void setAdHocEnabled​(boolean enabled)
        Set the enabled state for Ad-Hoc notifications
        Parameters:
        enabled - the enabled state to set for Ad-Hoc notifications