project
androidJvm
revenuecatui
/
com.revenuecat.purchases.ui.revenuecatui
/
CustomVariableValue
/
String
String
class
String
(
val
value
:
String
)
:
CustomVariableValue
,
Parcelable
A string value.
Members
Constructors
String
Link copied to clipboard
constructor
(
value
:
String
)
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)
Properties
string
Value
Link copied to clipboard
val
stringValue
:
String
The string representation of this value for use in paywall text replacement.
value
Link copied to clipboard
val
value
:
String