public static void BindService(ServiceBinderBase serviceBinder, RealmsService.RealmsServiceBase serviceImpl)
Register service method with a service binder with or without implementation. Useful when customizing the service binding logic.
Note: this method is part of an experimental API that can change or be removed without any prior notice.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `RealmsService` class, part of the Google Cloud for Games v1beta API, represents a service for managing realms, which are groupings of interchangeable game server clusters."],["The latest version of `RealmsService` is 2.0.0-beta03, with previous versions including 2.0.0-beta02 and 1.0.0-beta09 also available."],["The `BindService` methods allow for the creation and registration of service definitions for `RealmsService`, either with or without a specified server-side implementation."],["`RealmsService` inherits from the base `object` class, which provides inherited members like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The `BindService` methods take a `RealmsServiceBase` object, which implements server-side handling logic, and can be registered with a server or a `ServiceBinderBase`."]]],[]]