java.lang.Object | |
↳ | com.usebutton.sdk.util.IdentifierForAdvertiserProvider |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This class can be used to get Advertising ID from the Google Play Services library via reflection.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This call is blocking and should _not_ be run from the main thread.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
This class can be used to get Advertising ID from the Google Play Services library via reflection.
Will fail silently if not on classpath, so make sure you have this dependency in your build.gradle:
compile 'com.google.android.gms:play-services-ads:7.0.0
This call is blocking and should _not_ be run from the main thread. For more info: https://developer.android.com/google/play-services/id.html