SDK technical metadata

You can retrieve technical information about the AwesomeAds Publisher SDK, such as name and version number, as described in the following examples:

The SAVersion class returns a string containing the SDK name and version number:

SAVersion.getSDKVersion(null)

Optionally, you can replace the null parameter with the name of a plugin, if this is the context in which the SDK is being used. This name is appended to the end of the returned string.