LiveActivityRegistrationStatus
public enum LiveActivityRegistrationStatus : String, Codable, Sendable
Airship live activity registration status.
-
The live activity is either waiting for a token to be generated and/or waiting for its registration to be sent to Airship.
Declaration
Swift
case pending
-
The live activity is registered with Airship and is now able to be updated through APNS.
Declaration
Swift
case registered
-
Airship is not actively tracking the live activity. Usually this means it has ended, been replaced with another activity using the same name, or was not tracked with Airship.
Declaration
Swift
case notTracked