ProfileTransport Protocol Reference

Conforms to KaaTransport
Declared in ProfileTransport.h

Overview

KaaTransport for the Profile service. Updates the Profile manager state.

– createProfileRequest required method

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: required method

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: required method

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: required method

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