IM: Detect not signed terms error

(cherry picked from commit 80877eabafc2184ef55c279d2a8f2db10d9735e3)
This commit is contained in:
manuroe
2019-08-02 12:49:00 +02:00
parent 70c7b27550
commit adf27dee3b
2 changed files with 25 additions and 2 deletions
+3 -1
View File
@@ -56,10 +56,12 @@ typedef enum : NSUInteger
WidgetManagerErrorCodeNotEnoughPower,
WidgetManagerErrorCodeCreationFailed,
WidgetManagerErrorCodeNoIntegrationsServerConfigured,
WidgetManagerErrorCodeFailedToConnectToIntegrationsServer
WidgetManagerErrorCodeFailedToConnectToIntegrationsServer,
WidgetManagerErrorCodeTermsNotSigned
}
WidgetManagerErrorCode;
FOUNDATION_EXPORT NSString *const WidgetManagerErrorOpenIdTokenKey;
/**
The `WidgetManager` helps to handle modular widgets.