AdvertisingIdService
Kotlin
|Java
open class AdvertisingIdService : Service
kotlin.Any | ||||
↳ | android.content.Context | |||
↳ | android.content.ContextWrapper | |||
↳ | android.app.Service | |||
↳ | androidx.ads.identifier.provider.internal.AdvertisingIdService |
The internal service of AndroidX Advertising ID Provider library to provide the Advertising ID.
Summary
Public constructors | |
---|---|
<init>() The internal service of AndroidX Advertising ID Provider library to provide the Advertising ID. |
Public methods | |
---|---|
open IBinder | |
open Unit |
onCreate() |
Public constructors
<init>
AdvertisingIdService()
The internal service of AndroidX Advertising ID Provider library to provide the Advertising ID.
Public methods
onCreate
open fun onCreate(): Unit