beta

open override fun beta(): AgonesSdk.Beta(source)

Returns the encapsulated Beta of the Agones SDK. This sub channel allows the use of the less tested and isolated interfaces within the Agones SDK. The retrieval of the channel does not trigger any communication with the SDK. The interfaces of the Beta were already extensively tested and are activated by default. The endpoints can be freely used and only very few bugs are expected.

Return

The encapsulated Beta of the Agones SDK, that can be used to access the beta endpoints.