Interface POBACTHandling

  • All Implemented Interfaces:

    
    public interface POBACTHandling
    
                        

    Interface for handling ACT behavior.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Unit setACTEnabled(Boolean isACTEnabled) Enables or disables the ACT feature.
      abstract Boolean getACTEnabled() Returns whether ACT is currently enabled.
      abstract Unit handleDeferredOpenStoreClick() Handles deferred actions after user returns from browser/store when ACT is enabled.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • setACTEnabled

         abstract Unit setACTEnabled(Boolean isACTEnabled)

        Enables or disables the ACT feature.

        Parameters:
        isACTEnabled - true to enable ACT, false to disable
      • getACTEnabled

         abstract Boolean getACTEnabled()

        Returns whether ACT is currently enabled.

        Returns:

        true if ACT is enabled, false otherwise