Package com.intentsoftware.addapptr
Interface AATKit.Delegate
-
- All Implemented Interfaces:
public interface AATKit.DelegateNotifies about AATKit events.
-
-
Method Summary
Modifier and Type Method Description abstract UnitaatkitObtainedAdRules(Boolean fromTheServer)Notifies that the AATKit has obtained ad rules. abstract UnitaatkitUnknownBundleId()Notifies that application's bundle ID was not recognized by the AddApptr server. -
-
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.
-
-
-
-