UNPKG
@mattward70/activity-controller
Version:
latest (1.0.0)
1.0.0
Native module for iOS Live Activities control
@mattward70/activity-controller
/
src
/
ActivityControllerModule.android.ts
7 lines
(6 loc)
•
199 B
text/typescript
View Raw
1
2
3
4
5
6
7
export
const
ActivityControllerModule = { startActivity:
async
() => ({ activityId:
""
}), updateActivity:
async
() => {}, endActivity:
async
() => {}, isLiveActivityRunning: () =>
false
, };