(input)
| 1276 | userFacingName, |
| 1277 | userFacingNameBackgroundColor, |
| 1278 | getActivityDescription(input) { |
| 1279 | return input?.description ?? 'Running task'; |
| 1280 | }, |
| 1281 | async checkPermissions(input, context): Promise<PermissionResult> { |
| 1282 | const appState = context.getAppState(); |
| 1283 |
nothing calls this directly
no outgoing calls
no test coverage detected