|
LuxChat
2.0
Instant messenger for iOS
|
#import <PFAnonymousUtils+Deprecated.h>
Class Methods | |
| (void) | + logInWithTarget:selector: |
More... | |
Copyright (c) 2015-present, Parse, LLC. All rights reserved.
This source code is licensed under the BSD-style license found in the LICENSE file in the root directory of this source tree. An additional grant of patent rights can be found in the PATENTS file in the same directory. This category lists all methods of PFAnonymousUtils that are deprecated and will be removed in the near future.
| + (void) logInWithTarget: | (nullable id) | target | |
| selector: | ("Please use `PFAnonymousUtils.+logInWithBlock:` instead.") | PARSE_DEPRECATED | |
Creates an anonymous user asynchronously and invokes a selector on a target.
| target | Target object for the selector. |
| selector | The selector that will be called when the asynchronous request is complete. It should have the following signature: (void)callbackWithUser:(PFUser *)user error:(NSError *)error. |
PFAnonymousUtils.+logInWithBlock: instead. Extends class PFAnonymousUtils.
1.8.9.1