[[["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-09-04 UTC."],[[["\u003cp\u003e\u003ccode\u003eIBackendServiceFactory\u003c/code\u003e is an interface for obtaining the Backends API implementation tailored to the current environment.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003egetBackendService()\u003c/code\u003e method provides access to the Backends API for the specific runtime environment.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003egetBackendService()\u003c/code\u003e method returns an object of type \u003ccode\u003eBackendService\u003c/code\u003e, which is an implementation of the Backends API.\u003c/p\u003e\n"]]],[],null,["# Interface IBackendServiceFactory (2.0.0)\n\n public interface IBackendServiceFactory\n\nFactory for getting the Backends API implementation for the current\nenvironment.\n\nMethods\n-------\n\n### getBackendService()\n\n public abstract BackendService getBackendService()\n\nGets a handle to the backends API for the current running environment."]]