Brownie Session

@Entity
open class BrownieSession : EquinoxItem

The BrownieSession class is useful to represent a Brownie's session

Author

N7ghtm4r3 - Tecknobit

See also

EquinoxItem

Constructors

Link copied to clipboard
constructor()
Constructor to instantiate the object
constructor(id: String, joinCode: String, password: String)
Constructor to instantiate the object
constructor(id: String, joinCode: String, password: String, hosts: List<BrownieHost>)
Constructor to instantiate the object

Properties

Link copied to clipboard
Link copied to clipboard
protected val hItem: JsonHelper
Link copied to clipboard
hosts the hosts attached to the session
Link copied to clipboard
protected val id: String
Link copied to clipboard
joinCode the join code to connect to the session
Link copied to clipboard
password the password used to protect the session accesses

Functions

Link copied to clipboard
open fun getId(): String
Link copied to clipboard
open fun toString(): String