yieldprobe / com.yieldlab.yieldprobe.helper / IDFAHelper

IDFAHelper

class 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

Types

IDFATask

IDFA must not be read on UI-Thread. Using an AsyncTask. Task will send an event over EventBus with IDFA string.

class IDFATask : AsyncTask<Context, Void, String>

Constructors

<init>

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

IDFAHelper()

Functions

getIDFA

Get current IDFA. Check if Google Play Services must be present (!)

fun getIDFA(context: Context): Unit