License

class License(channel: Channel)

Constructors

Link copied to clipboard
constructor(channel: Channel)

Functions

Link copied to clipboard
fun all(titleId: String): Deferred<List<LicenseRecord>>
Link copied to clipboard
fun create(titleId: String, uses: List<Use>, terms: String, expiry: Date? = null, description: String? = null): Deferred<LicenseRecord>
Link copied to clipboard
fun get(id: String): Deferred<LicenseRecord>