toggle menu
Airship Android SDK
androidJvm
switch theme
search in API
urbanairship-core
/
com.urbanairship.audience
/
DeviceInfoProvider
Device
Info
Provider
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
interface
DeviceInfoProvider
Device info provider.
Members
Types
Companion
Link copied to clipboard
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
object
Companion
Properties
analytics
Enabled
Link copied to clipboard
abstract
val
analyticsEnabled
:
Boolean
app
Version
Code
Link copied to clipboard
abstract
val
appVersionCode
:
Long
app
Version
Name
Link copied to clipboard
abstract
val
appVersionName
:
String
channel
Created
Link copied to clipboard
abstract
val
channelCreated
:
Boolean
channel
Tags
Link copied to clipboard
abstract
val
channelTags
:
Set
<
String
>
install
Date
Milliseconds
Link copied to clipboard
abstract
val
installDateMilliseconds
:
Long
is
Notifications
Opted
In
Link copied to clipboard
abstract
val
isNotificationsOptedIn
:
Boolean
locale
Link copied to clipboard
abstract
val
locale
:
Locale
platform
Link copied to clipboard
abstract
val
platform
:
String
Functions
get
Channel
Id
Link copied to clipboard
abstract
suspend
fun
getChannelId
(
)
:
String
get
Permission
Statuses
Link copied to clipboard
abstract
suspend
fun
getPermissionStatuses
(
)
:
Map
<
Permission
,
PermissionStatus
>
get
Stable
Contact
Info
Link copied to clipboard
abstract
suspend
fun
getStableContactInfo
(
)
:
StableContactInfo