-
-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
The plugin manifest makes extensive use of optional booleans, such that not including the value uses the default. This makes sense for hand-edited JSON, but for generated manifest it means almost every action attribute is option, which is a little odd in Swift.
Instead these properties should be marked as non-optional with a default implementation providing the SDK default value. This will also simplify the user's code, as they won't need to have a bunch of unused properties.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels