Batch Android SDK
Toggle table of contents
3.0.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Batch Android SDK
Batch Android SDK
/
com.batch.android
/
BatchUserAttribute
Batch
User
Attribute
open
class
BatchUserAttribute
Members
Constructors
Batch
User
Attribute
Link copied to clipboard
constructor
(
value
:
Any
,
type
:
BatchUserAttribute.Type
)
Types
Type
Link copied to clipboard
enum
Type
Properties
type
Link copied to clipboard
open
var
type
:
BatchUserAttribute.Type
value
Link copied to clipboard
open
var
value
:
Any
Functions
get
Boolean
Value
Link copied to clipboard
@
Nullable
open
fun
getBooleanValue
(
)
:
Boolean
get
Date
Value
Link copied to clipboard
@
Nullable
open
fun
getDateValue
(
)
:
Date
get
Number
Value
Link copied to clipboard
@
Nullable
open
fun
getNumberValue
(
)
:
Number
get
String
Value
Link copied to clipboard
@
Nullable
open
fun
getStringValue
(
)
:
String
get
Uri
Value
Link copied to clipboard
@
Nullable
open
fun
getUriValue
(
)
:
URI