-
public final class DeviceModule extends OriginModule
Device information module.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classDeviceModule.ProviderDevice information module provider.
If an IDFA client is not specified, a defaultIDFA client will be used.
-
Method Summary
Modifier and Type Method Description static DeviceModule.ProviderofProvider()Construct a new module provider. DeviceDescriptordescriptor()Current device descriptor. -
-
Method Detail
-
ofProvider
static DeviceModule.Provider ofProvider()
Construct a new module provider.
-
descriptor
DeviceDescriptor descriptor()
Current device descriptor.
-
-
-
-