TF-3985 Navigate Paywall url when click Increase your space button
This commit is contained in:
@@ -1,2 +1,4 @@
|
||||
|
||||
class NotFoundLinagoraEcosystem implements Exception {}
|
||||
class NotFoundLinagoraEcosystem implements Exception {}
|
||||
|
||||
class NotFoundPaywallUrl implements Exception {}
|
||||
+1
@@ -27,6 +27,7 @@ class LinagoraEcosystemConverter {
|
||||
LinagoraEcosystemIdentifier.twakeSync: AppLinagoraEcosystem.deserialize,
|
||||
LinagoraEcosystemIdentifier.linShare: AppLinagoraEcosystem.deserialize,
|
||||
LinagoraEcosystemIdentifier.mobileApps: MobileAppsLinagoraEcosystemConverter.deserialize,
|
||||
LinagoraEcosystemIdentifier.paywallURL: ApiUrlLinagoraEcosystem.deserialize,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
+1
@@ -11,6 +11,7 @@ class LinagoraEcosystemIdentifier with EquatableMixin {
|
||||
static final twakeChat = LinagoraEcosystemIdentifier('Twake Chat');
|
||||
static final twakeSync = LinagoraEcosystemIdentifier('Twake Sync');
|
||||
static final linShare = LinagoraEcosystemIdentifier('LinShare');
|
||||
static final paywallURL = LinagoraEcosystemIdentifier('paywallUrlTemplate');
|
||||
|
||||
final String value;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user