Skip to content
On this page

registerUpdateManager()

Returns the singleton instance of UpdateManager.

Arguments

NameRequiredTypeDefault ValueNote
baseUrlNOstring//

Returns

typescript
typeof UpdateManager;

Example

typescript
import { registerUpdateManager } from "@herina-rn/client";

const manager = registerUpdateManager("https://hector.im");

Released under the MIT License.