-
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
50 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
42 changes: 42 additions & 0 deletions
42
Sources/Spezi/Spezi.docc/Module/Interactions with Application.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# Interactions with Application | ||
|
||
Interact with the Application. | ||
|
||
<!-- | ||
This source file is part of the Stanford Spezi open-source project | ||
SPDX-FileCopyrightText: 2024 Stanford University and the project authors (see CONTRIBUTORS.md) | ||
SPDX-License-Identifier: MIT | ||
--> | ||
|
||
## Overview | ||
|
||
Spezi provides platform-agnostic mechanisms to interact with your application instance. | ||
To access application properties or actions you can use the ``Module/Application`` property wrapper within your | ||
``Module`` or ``Standard``. | ||
|
||
> Tip: The <doc:Notifications> articles illustrates how you can easily manage user notifications within your Spezi application. | ||
## Topics | ||
|
||
### Application Interaction | ||
|
||
- ``Module/Application`` | ||
|
||
### Properties | ||
|
||
- ``Spezi/logger`` | ||
- ``Spezi/launchOptions`` | ||
|
||
### Notifications | ||
|
||
- ``Spezi/registerRemoteNotifications`` | ||
- ``Spezi/unregisterRemoteNotifications`` | ||
|
||
### Platform-agnostic type-aliases | ||
|
||
- ``ApplicationDelegateAdaptor`` | ||
- ``BackgroundFetchResult`` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters