KeytagResourceNamesText
public enum KeytagResourceNamesText : String, CaseIterable
This enum has the names for all of the various keytag text visual resources.
-
No text
Declaration
Swift
case none = "" -
The welcome back (relapse return) text
Declaration
Swift
case text_WelcomeBack -
One day
Declaration
Swift
case text_OneDay -
Thirty days
Declaration
Swift
case text_ThirtyDays -
Sixty days
Declaration
Swift
case text_SixtyDays -
Ninety days
Declaration
Swift
case text_NinetyDays -
Six months
Declaration
Swift
case text_SixMonths -
Nine months
Declaration
Swift
case text_NineMonths -
One year
Declaration
Swift
case text_OneYear -
Eighteen months
Declaration
Swift
case text_EighteenMonths -
Two or more years
Declaration
Swift
case text_MultiYear -
Five years
Declaration
Swift
case text_FiveYears -
One decade (ten years)
Declaration
Swift
case text_TenYears -
Fifteen years
Declaration
Swift
case text_FifteenYears -
Decades (Twenty) years
Declaration
Swift
case text_TwentyYears -
Twenty-five years
Declaration
Swift
case text_TwentyFiveYears -
Twenty-seven point four (27.4) years, or ten thousand (10,000) days
Declaration
Swift
case text_TenThousandDays -
Thirty years
Declaration
Swift
case text_ThirtyYears -
Thirty-Five years
Declaration
Swift
case text_ThirtyFiveYears -
Forty years
Declaration
Swift
case text_FortyYears -
Forty-Five years
Declaration
Swift
case text_FortyFiveYears -
Fifty years
Declaration
Swift
case text_FiftyYears
View on GitHub