ProfileTransport Protocol Reference
Conforms to | KaaTransport |
---|---|
Declared in | ProfileTransport.h |
– 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.
See Also
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.
See Also
Declared In
ProfileTransport.h