Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

SDK for the Evam platform

NotificationsYou must be signed in to change notification settings

Evam-life/sdk

Repository files navigation

Evam

This package contains the Evam SDK TS/JS modules for Evam app development.

The full documentation is available at:Evam SDK documentation.

Quick start

To use this SDK, instantiateEvamApi() and access its observer functions.

import{EvamApi}from"@evam-life/sdk";constevamApi=newEvamApi();// Register observer for active operationevamApi.onNewOrUpdatedActiveOperation((activeCase)=>{// Handle updated case})// Register observer for device locationevamApi.onNewOrUpdatedLocation((deviceLocation)=>{// Handle updated device location})// Add as many observers as required, see documentation for more

It is recommended you set up all needed observersonNew... as soon as your applicationstarts. The typical pattern is to handle each update fromEvamApi by passingthe observed data in your preferred application data store, such as Redux.

Compatibility

The SDK is written in Typescript and types are exported within thepackage, no need to install them separately. Javascript is fullycompatible with the SDK.

The use of React is recommended, but other libraries/frameworksshould also work. A set of turnkey React components is provided to getyou started quickly, seeUse the built-in components.

About

SDK for the Evam platform

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp