Init
Overview
Initializes the AATKit library. Should be called once during application initialization before any other calls to AATKit.
Syntax
configuration (REQUIRED)
AATKitConfiguration Configuration to set up AATKit. See this type documentation here.
returns void
Examples
Last updated