DefaultProfileTransport Class Reference

Inherits from AbstractKaaTransport : NSObject
Conforms to ProfileTransport
Declared in DefaultProfileTransport.h
DefaultProfileTransport.m

– sync

- (void)sync

Declared In

KaaTransport.h

– createProfileRequest

Creates a new Profile update request.

- (ProfileSyncRequest *)createProfileRequest

Return Value

New Profile update request.

Discussion

Creates a new Profile update request.

Declared In

ProfileTransport.h

– onProfileResponse:

Updates the state of the Profile manager from the given response.

- (void)onProfileResponse:(ProfileSyncResponse *)response

Parameters

response

The response from the server.

Discussion

Updates the state of the Profile manager from the given response.

Declared In

ProfileTransport.h

– setProfileManager:

Sets the given Profile manager.

- (void)setProfileManager:(id<ProfileManager>)manager

Parameters

manager

The Profile manager to be set.

Discussion

Sets the given Profile manager.

See Also

Declared In

ProfileTransport.h

– setClientProperties:

Sets the given client’s properties.

- (void)setClientProperties:(KaaClientProperties *)clientProperties

Parameters

properties

The client’s properties to be set.

Discussion

Sets the given client’s properties.

Declared In

ProfileTransport.h