toggle menu
telnyx_rtc
androidJvm
switch theme
search in API
telnyx_rtc
/
com.telnyx.webrtc.sdk.verto.send
/
AttachUserVariables
Attach
User
Variables
data
class
AttachUserVariables
(
val
pushNotificationEnvironment
:
String
=
if (BuildConfig.DEBUG) "development" else "production"
,
val
pushNotificationProvider
:
String
=
"android"
)
Members
Constructors
Attach
User
Variables
Link copied to clipboard
constructor
(
pushNotificationEnvironment
:
String
=
if (BuildConfig.DEBUG) "development" else "production"
,
pushNotificationProvider
:
String
=
"android"
)
Properties
push
Notification
Environment
Link copied to clipboard
@
SerializedName
(
value
=
"push_notification_environment"
)
val
pushNotificationEnvironment
:
String
push
Notification
Provider
Link copied to clipboard
@
SerializedName
(
value
=
"push_notification_provider"
)
val
pushNotificationProvider
:
String