InitializedNotification

@Serializable
@SerialName(value = "notifications/initialized")
data class InitializedNotification(val params: NotificationParams? = null) : JsonRpcNotification

This notification is sent from the client to the server after initialization has finished. This indicates that the client is now ready for normal operations.

Constructors

Link copied to clipboard
constructor(params: NotificationParams? = null)

Properties

Link copied to clipboard
Link copied to clipboard
open override val params: NotificationParams?

Functions