DKPlan
public enum DKPlan : String, CaseIterable
Dropmark subscription tiers
-
Basic functionality
Declaration
Swift
case free -
All personal Dropmark features
Declaration
Swift
case pro -
All personal Dropmark features, plus beta features
Declaration
Swift
case proBeta = "pro_beta" -
All personal Dropmark features, paid on a monthly basis
Declaration
Swift
case proMonthly = "pro_monthly" -
All personal and team Dropmark features
Declaration
Swift
case team
View on GitHub
Install in Dash
DKPlan Enumeration Reference