A2uiDeleteSurfaceMessage


class A2uiDeleteSurfaceMessage : A2uiServerToClientMessage


Destroys an existing surface and frees its associated resources.

Summary

Public constructors

Public functions

open operator Boolean
equals(other: Any?)
open Int
open String

Public properties

open String

The ID of the surface to delete.

Public constructors

A2uiDeleteSurfaceMessage

Added in 1.0.0-alpha01
A2uiDeleteSurfaceMessage(surfaceId: String)

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

toString

open fun toString(): String

Public properties

surfaceId

open val surfaceIdString

The ID of the surface to delete.