Interface IProfileOptions


  • public interface IProfileOptions
    • Method Detail

      • hasProfileOptions

        boolean hasProfileOptions()
      • setProfileOptions

        void setProfileOptions​(boolean enable)
      • setCooldownControl

        void setCooldownControl​(int profileType)
        Parameters:
        profileType - 0:Individual, 1:Shared
      • getCooldownControl

        int getCooldownControl()
        Returns:
        0:Individual, 1:Shared
      • setCompleteControl

        void setCompleteControl​(int profileType)
        Parameters:
        profileType - 0:Individual, 1:Shared
      • getCompleteControl

        int getCompleteControl()
        Returns:
        0:Individual, 1:Shared