ConnectivityHelper |
Helper class to check connection status amd read out connection type. This code was taken from old sevenonemedia SDK. class ConnectivityHelper |
ConsentHelper |
Read out the Consent string. The class uses the proposed identifiers: "IABConsent_CMPPresent" and "IABConsent_ConsentString" class ConsentHelper |
DeviceHelper |
Get the device type. Identifier encoding is taken from Yieldlab API spec. Please note: class DeviceHelper |
GeolocationHelper |
Helper class to get a geolocation. Uses a fast and lightweight implementation to get the location over the FusedLocationProviderClient API. class GeolocationHelper |
IDFAHelper |
Helper class to read out out the IDFA from Google. Also known as Google Advertiser ID. Using this library: com.google.android.gms:play-services-ads-identifier:17.0.0 class IDFAHelper |
NetworkRequest |
Class to hold all data for one network request. Can not be implemented as data class. Future variable can not be referenced on lower API levels (!) class NetworkRequest |
NetworkRequestHelper |
Does the HTTP GET request to the backend. Uses EventBus to communicate back to the SDK user class NetworkRequestHelper |
URLBuilderHelper |
Helper class to build an URL. object URLBuilderHelper |