commit | author | age
|
e0ec42
|
1 |
/* |
L |
2 |
* Copyright (c) Meta Platforms, Inc. and affiliates. |
|
3 |
* All rights reserved. |
|
4 |
* |
|
5 |
* This source code is licensed under the license found in the |
|
6 |
* LICENSE file in the root directory of this source tree. |
|
7 |
*/ |
|
8 |
|
|
9 |
#if !TARGET_OS_TV |
|
10 |
|
|
11 |
@class FBSDKLoginManagerLoginResult; |
|
12 |
|
|
13 |
/** |
|
14 |
Describes the call back to the FBSDKLoginManager |
|
15 |
@param result the result of the authorization |
|
16 |
@param error the authorization error, if any. |
|
17 |
*/ |
|
18 |
typedef void (^ FBSDKLoginManagerLoginResultBlock)(FBSDKLoginManagerLoginResult *_Nullable result, |
|
19 |
NSError *_Nullable error) |
|
20 |
NS_SWIFT_NAME(LoginManagerLoginResultBlock); |
|
21 |
|
|
22 |
#endif |