A2uiDeleteSurfaceMessage


public final class A2uiDeleteSurfaceMessage implements A2uiServerToClientMessage


Destroys an existing surface and frees its associated resources.

Summary

Public constructors

Public methods

boolean
equals(Object other)
@NonNull String

The ID of the surface to delete.

int
@NonNull String

Public constructors

A2uiDeleteSurfaceMessage

Added in 1.0.0-alpha01
public A2uiDeleteSurfaceMessage(@NonNull String surfaceId)

Public methods

equals

public boolean equals(Object other)

getSurfaceId

public @NonNull String getSurfaceId()

The ID of the surface to delete.

hashCode

public int hashCode()

toString

public @NonNull String toString()