Crosswake. Bridge. Commands. NotificationToken
(crosswake v0.1.0)
View Source
Typed payload structs for the prompt-free notifications.token.get bridge command.
Summary
Functions
@spec new_request(keyword()) :: {:ok, Crosswake.Bridge.Commands.NotificationToken.Request.t()} | {:error, :unsupported_option}
@spec new_response(keyword()) :: Crosswake.Bridge.Commands.NotificationToken.Response.t()
@spec supported_providers() :: [String.t()]
@spec supported_statuses() :: [
Crosswake.Bridge.Commands.NotificationToken.Response.status()
]