Interface AATKit.Delegate

  • All Implemented Interfaces:

    
    public interface AATKit.Delegate
    
                        

    Notifies about AATKit events.

    • 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 aatkitObtainedAdRules(Boolean fromTheServer) Notifies that the AATKit has obtained ad rules.
      abstract Unit aatkitUnknownBundleId() Notifies that application's bundle ID was not recognized by the AddApptr server.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • aatkitObtainedAdRules

         abstract Unit aatkitObtainedAdRules(Boolean fromTheServer)

        Notifies that the AATKit has obtained ad rules.

        Parameters:
        fromTheServer - Indicates if the rules came from the server.
      • aatkitUnknownBundleId

         abstract Unit aatkitUnknownBundleId()

        Notifies that application's bundle ID was not recognized by the AddApptr server.