EventRegistrationInfo

class EventRegistrationInfo(var subscriptionID: String?, var eventType: EventType<*>)

Holds essential information about a single event registration.

Constructors

Link copied to clipboard
constructor(subscriptionID: String?, eventType: EventType<*>)

Properties

Link copied to clipboard

Type of registered event

Link copied to clipboard

Unique identifier for the event subscription

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int