airwallex-android
Toggle table of contents
6.3.1
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
airwallex-android
components-core
/
com.airwallex.android.core.model
/
Device
/
Builder
Builder
class
Builder
:
ObjectBuilder
<
Device
>
Members
Constructors
Builder
Link copied to clipboard
constructor
(
)
Functions
build
Link copied to clipboard
open
override
fun
build
(
)
:
Device
set
Device
Id
Link copied to clipboard
fun
setDeviceId
(
deviceId
:
String
?
)
:
Device.Builder
set
Device
Model
Link copied to clipboard
fun
setDeviceModel
(
deviceModel
:
String
?
)
:
Device.Builder
set
Os
Type
Link copied to clipboard
fun
setOsType
(
osType
:
String
?
)
:
Device.Builder
set
Os
Version
Link copied to clipboard
fun
setOsVersion
(
osVersion
:
String
?
)
:
Device.Builder