Subscription

data class Subscription(val userdata: Userdata, val u: SubscriptionU)(source)

Subscription to an event.

Parameters

userdata

User-provided value that is attached to the subscription in the implementation and returned through event::userdata.

u

The type of the event to which to subscribe, and its contents

Constructors

Link copied to clipboard
constructor(userdata: Userdata, u: SubscriptionU)

Types

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard