LockerUnlock

data class LockerUnlock(val opentime: Int) : Parcelable

Constructors

Link copied to clipboard
constructor(opentime: Int)

Properties

Link copied to clipboard

How long in seconds the locker is unlocked

Inherited functions

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