@@ -59,37 +59,4 @@ + (void)startWithToken:(NSString *)token invocationEvents:(NSArray*)invocationEv
59
59
[Instabug startWithToken: token invocationEvents: invocationEvents];
60
60
}
61
61
62
- + (NSDictionary *)constants {
63
- return @{
64
- @" InvocationEvent.shake" : @(IBGInvocationEventShake),
65
- @" InvocationEvent.screenshot" : @(IBGInvocationEventScreenshot),
66
- @" InvocationEvent.twoFingersSwipeLeft" : @(IBGInvocationEventTwoFingersSwipeLeft),
67
- @" InvocationEvent.floatingButton" : @(IBGInvocationEventFloatingButton),
68
- @" InvocationEvent.none" : @(IBGInvocationEventNone),
69
-
70
- @" WelcomeMessageMode.live" : @(IBGWelcomeMessageModeLive),
71
- @" WelcomeMessageMode.beta" : @(IBGWelcomeMessageModeBeta),
72
- @" WelcomeMessageMode.disabled" : @(IBGWelcomeMessageModeDisabled),
73
-
74
- @" Locale.Arabic" : @(IBGLocaleArabic),
75
- @" Locale.ChineseSimplified" : @(IBGLocaleChineseSimplified),
76
- @" Locale.ChineseTraditional" : @(IBGLocaleChineseTraditional),
77
- @" Locale.Czech" : @(IBGLocaleCzech),
78
- @" Locale.Danish" : @(IBGLocaleDanish),
79
- @" Locale.Dutch" : @(IBGLocaleDutch),
80
- @" Locale.English" : @(IBGLocaleEnglish),
81
- @" Locale.French" : @(IBGLocaleFrench),
82
- @" Locale.German" : @(IBGLocaleGerman),
83
- @" Locale.Italian" : @(IBGLocaleItalian),
84
- @" Locale.Japanese" : @(IBGLocaleJapanese),
85
- @" Locale.Korean" : @(IBGLocaleKorean),
86
- @" Locale.Polish" : @(IBGLocalePolish),
87
- @" Locale.PortugueseBrazil" : @(IBGLocalePortugueseBrazil),
88
- @" Locale.Russian" : @(IBGLocaleRussian),
89
- @" Locale.Spanish" : @(IBGLocaleSpanish),
90
- @" Locale.Swedish" : @(IBGLocaleSwedish),
91
- @" Locale.Turkish" : @(IBGLocaleTurkish),
92
- };
93
- };
94
-
95
62
@end
0 commit comments