reset
open fun reset(@NonNull application: Application, @NonNull dataLocation: StorageOption, @NonNull appIdentifier: String)
Deletes all data files used by Richie Ads, including the RichieData dir and the event database. If you need to use this method, it is recommended that this is called before creating the first AdManager instance.
Parameters
application
Application instance.
dataLocation
The location of the Richie Ads data directory. The default location is INTERNAL.
appIdentifier
The app identifier, same as the one that's used to init AdManager.