DefaultProfileManager Class Reference

Inherits from NSObject
Conforms to ProfileManager
Declared in DefaultProfileManager.h
DefaultProfileManager.m

Overview

Default implementation of ProfileManager protocol.

– setProfileContainer:

Sets profile container implemented by the user.

- (void)setProfileContainer:(id<ProfileContainer>)container

Parameters

container

User-defined container

Discussion

Sets profile container implemented by the user.

See Also

Declared In

ProfileManager.h

– getSerializedProfile

Retrieves serialized profile

- (NSData *)getSerializedProfile

Return Value

Serialized profile data

Discussion

Retrieves serialized profile

Declared In

ProfileManager.h

– updateProfile

Force sync of updated profile with server

- (void)updateProfile

Discussion

Force sync of updated profile with server

Declared In

ProfileManager.h

– isInitialized

Retrieves ready-to-use state.

- (BOOL)isInitialized

Return 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