|
LuxChat
2.0
Instant messenger for iOS
|
Represents an object capable of updating a user's profile data. More...
#import <FIRUser.h>
Instance Methods | |
| (nullable instancetype) | - NS_UNAVAILABLE |
| (void) | - commitChangesWithCompletion: |
| Commits any pending changes. More... | |
Properties | |
| NSString * | displayName |
| The user's display name. More... | |
| NSURL * | photoURL |
| The user's photo URL. More... | |
Represents an object capable of updating a user's profile data.
| - commitChangesWithCompletion: | (nullable FIRUserProfileChangeCallback) | completion |
Commits any pending changes.
| completion | Optionally; the block invoked when the user profile change has been applied. Invoked asynchronously on the main thread in the future. |
|
readwritenonatomiccopy |
The user's display name.
FIRUserProfileChangeRequest.commitChangesWithCallback:
|
readwritenonatomiccopy |
The user's photo URL.
FIRUserProfileChangeRequest.commitChangesWithCallback:
1.8.9.1