RegistrationId

A registration identifier which clients (end-users) should maintain and generate once at install time. It is a random number between 1 and 16380.

In serialization, it is treated as Int based on the underlying value.

Constructors

Link copied to clipboard
constructor(value: Int)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open operator override fun compareTo(other: RegistrationId): Int
Link copied to clipboard
operator fun minus(other: RegistrationId): RegistrationId

Subtracts the other value from this value.

Link copied to clipboard
operator fun plus(other: RegistrationId): RegistrationId
operator fun plus(other: Int): RegistrationId

Adds the other value to this value.

Link copied to clipboard
fun toInt(): Int

Converts this RegistrationId value to Int.

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