Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'iphone/Maps/Statistics/FBSDKCoreKit.framework/Headers')
-rw-r--r--iphone/Maps/Statistics/FBSDKCoreKit.framework/Headers/FBSDKAccessToken.h4
-rw-r--r--iphone/Maps/Statistics/FBSDKCoreKit.framework/Headers/FBSDKAppEvents.h4
-rw-r--r--iphone/Maps/Statistics/FBSDKCoreKit.framework/Headers/FBSDKConstants.h10
-rw-r--r--iphone/Maps/Statistics/FBSDKCoreKit.framework/Headers/FBSDKCoreKit.h2
4 files changed, 3 insertions, 17 deletions
diff --git a/iphone/Maps/Statistics/FBSDKCoreKit.framework/Headers/FBSDKAccessToken.h b/iphone/Maps/Statistics/FBSDKCoreKit.framework/Headers/FBSDKAccessToken.h
index ab9f9b97bf..c364cf2c1c 100644
--- a/iphone/Maps/Statistics/FBSDKCoreKit.framework/Headers/FBSDKAccessToken.h
+++ b/iphone/Maps/Statistics/FBSDKCoreKit.framework/Headers/FBSDKAccessToken.h
@@ -37,10 +37,6 @@ FBSDK_EXTERN NSString *const FBSDKAccessTokenDidChangeNotification;
which do not change the user. If you're only interested in user
changes (such as logging out), you should check for the existence
of this key. The value is a NSNumber with a boolValue.
-
- On a fresh start of the app where the SDK reads in the cached value
- of an access token, this key will also exist since the access token
- is moving from a null state (no user) to a non-null state (user).
*/
FBSDK_EXTERN NSString *const FBSDKAccessTokenDidChangeUserID;
diff --git a/iphone/Maps/Statistics/FBSDKCoreKit.framework/Headers/FBSDKAppEvents.h b/iphone/Maps/Statistics/FBSDKCoreKit.framework/Headers/FBSDKAppEvents.h
index 7f4a85aabb..ecfe0c320b 100644
--- a/iphone/Maps/Statistics/FBSDKCoreKit.framework/Headers/FBSDKAppEvents.h
+++ b/iphone/Maps/Statistics/FBSDKCoreKit.framework/Headers/FBSDKAppEvents.h
@@ -171,7 +171,7 @@ FBSDK_EXTERN NSString *const FBSDKAppEventParameterValueNo;
+ Events will be accumulated when the app is in a disconnected state, and sent when the connection is
restored and one of the above 'flush' conditions are met.
- + The `FBSDKAppEvents` class is thread-safe in that events may be logged from any of the app's threads.
+ + The `FBSDKAppEvents` class in thread-safe in that events may be logged from any of the app's threads.
+ The developer can set the `flushBehavior` on `FBSDKAppEvents` to force the flushing of events to only
occur on an explicit call to the `flush` method.
@@ -409,7 +409,7 @@ FBSDK_EXTERN NSString *const FBSDKAppEventParameterValueNo;
In some cases, apps want to use one Facebook App ID for login and social presence and another
for App Event logging. (An example is if multiple apps from the same company share an app ID for login, but
want distinct logging.) By default, this value is `nil`, and defers to the `FBSDKAppEventsOverrideAppIDBundleKey`
- plist value. If that's not set, it defaults to `[FBSDKSettings appID]`.
+ plist value. If that's not set, it defaults to `[FBSDKSettigns appID]`.
This should be set before any other calls are made to `FBSDKAppEvents`. Thus, you should set it in your application
delegate's `application:didFinishLaunchingWithOptions:` delegate.
diff --git a/iphone/Maps/Statistics/FBSDKCoreKit.framework/Headers/FBSDKConstants.h b/iphone/Maps/Statistics/FBSDKCoreKit.framework/Headers/FBSDKConstants.h
index 5f53161244..7ce42dbc3e 100644
--- a/iphone/Maps/Statistics/FBSDKCoreKit.framework/Headers/FBSDKConstants.h
+++ b/iphone/Maps/Statistics/FBSDKCoreKit.framework/Headers/FBSDKConstants.h
@@ -93,16 +93,6 @@ typedef NS_ENUM(NSInteger, FBSDKErrorCode)
@abstract Indicates an operation failed because a required access token was not found.
*/
FBSDKAccessTokenRequiredErrorCode,
-
- /*!
- @abstract Indicates an app switch (typically for a dialog) failed because the destination app is out of date.
- */
- FBSDKAppVersionUnsupportedErrorCode,
-
- /*!
- @abstract Indicates an app switch to the browser (typically for a dialog) failed.
- */
- FBSDKBrowswerUnavailableErrorCode,
};
/*!
diff --git a/iphone/Maps/Statistics/FBSDKCoreKit.framework/Headers/FBSDKCoreKit.h b/iphone/Maps/Statistics/FBSDKCoreKit.framework/Headers/FBSDKCoreKit.h
index fc2945798b..b8f40f9cc9 100644
--- a/iphone/Maps/Statistics/FBSDKCoreKit.framework/Headers/FBSDKCoreKit.h
+++ b/iphone/Maps/Statistics/FBSDKCoreKit.framework/Headers/FBSDKCoreKit.h
@@ -34,5 +34,5 @@
#import <FBSDKCoreKit/FBSDKTestUsersManager.h>
#import <FBSDKCoreKit/FBSDKUtility.h>
-#define FBSDK_VERSION_STRING @"4.6.0"
+#define FBSDK_VERSION_STRING @"4.4.0"
#define FBSDK_TARGET_PLATFORM_VERSION @"v2.4"