Android Solid Services
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
Android Solid Services
Shared
/
com.erfangholami.androidsolidservices.shared.model.tickets
/
TicketWifi
Ticket
Wifi
data
class
TicketWifi
(
val
ssid
:
String
?
=
null
,
val
password
:
String
?
=
null
)
:
Parcelable
A Wi-Fi network associated with the pass (
solidshare:WifiNetwork
).
Members
Constructors
Ticket
Wifi
Link copied to clipboard
constructor
(
ssid
:
String
?
=
null
,
password
:
String
?
=
null
)
Properties
password
Link copied to clipboard
val
password
:
String
?
ssid
Link copied to clipboard
val
ssid
:
String
?
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)