ahp-event-bird
v0.0.10
Published
private features of Adhd Hyper Planner App
Readme
ahp-event-bird
private features of Adhd Hyper Planner App
Install
npm install ahp-event-bird
npx cap syncAPI
saveCredentials(...)startProgressActivity(...)completeProgressActivity(...)getFCMToken()clearFCMToken()- Interfaces
saveCredentials(...)
saveCredentials(options: Credentials) => Promise<IsSuccess>| Param | Type |
| ------------- | --------------------------------------------------- |
| options | Credentials |
Returns: Promise<IsSuccess>
startProgressActivity(...)
startProgressActivity(data: ProgressActivity) => Promise<void>| Param | Type |
| ---------- | ------------------------------------------------------------- |
| data | ProgressActivity |
completeProgressActivity(...)
completeProgressActivity(data: ProgressActivity) => Promise<void>| Param | Type |
| ---------- | ------------------------------------------------------------- |
| data | ProgressActivity |
getFCMToken()
getFCMToken() => Promise<{ fcmToken: string; deviceId: string; }>Returns: Promise<{ fcmToken: string; deviceId: string; }>
clearFCMToken()
clearFCMToken() => Promise<void>Interfaces
IsSuccess
| Prop | Type |
| --------------- | -------------------- |
| isSuccess | boolean |
Credentials
| Prop | Type |
| -------------- | ------------------- |
| username | string |
| password | string |
ProgressActivity
| Prop | Type |
| ---------------- | ------------------- |
| progressId | string |
| taskName | string |
| startedAt | string |
