TicketWifi

data class TicketWifi(val ssid: String? = null, val password: String? = null) : Parcelable

A Wi-Fi network associated with the pass (solidshare:WifiNetwork).

Constructors

Link copied to clipboard
constructor(ssid: String? = null, password: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val ssid: String?

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)