DefaultProfileManager Class Reference
| Inherits from | NSObject |
|---|---|
| Conforms to | ProfileManager |
| Declared in | DefaultProfileManager.h DefaultProfileManager.m |
– setProfileContainer:
Sets profile container implemented by the user.
- (void)setProfileContainer:(id<ProfileContainer>)containerParameters
container |
User-defined container |
|---|
Discussion
Sets profile container implemented by the user.
See Also
AbstractProfileContainer
Declared In
ProfileManager.h
– getSerializedProfile
Retrieves serialized profile
- (NSData *)getSerializedProfileReturn Value
Serialized profile data
Discussion
Retrieves serialized profile
Declared In
ProfileManager.h
– updateProfile
Force sync of updated profile with server
- (void)updateProfileDiscussion
Force sync of updated profile with server
Declared In
ProfileManager.h
– isInitialized
Retrieves ready-to-use state.
- (BOOL)isInitializedReturn Value
YES if ready.
Discussion
Retrieves ready-to-use state.
A user should provide a profile container in case of a non-default profile schema.
Declared In
ProfileManager.h