Other methods

There are some other methods in the adjoe SDK which you might find helpful.

name

description

getVersion

Returns the internal version code of the adjoe SDK, for example 17.

getVersionName

Returns the version name of the adjoe SDK, for example 2.0.7.

hasAcceptedTOS

Returns true if the user has accepted the adjoe TOS and false otherwise.

hasAcceptedUsagePermission

Returns true if the user has granted access to the app usage statistics and the adjoe SDK was initialized accordingly, false otherwise. Note that this method will always return true on devices with an Android API level smaller than 21.

Last updated