OYMUserProfile Class Reference

Inherits from NSObject
Conforms to OYMJsonProtocol
Declared in OYMUserProfile.h
OYMUserProfile.m

Overview

This class includes all the information regarding the user profile to log information in the server.

Other Methods

  appName

String containing the application bundle identifier

@property (readonly) NSString *appName

Declared In

OYMUserProfile.h

Protected Methods

– updateLive:andLongitude:andTime:

This method update the live properties internally. It shall not be used.

- (void)updateLive:(double)_latitude andLongitude:(double)_longitude andTime:(NSString *)_time

Parameters

_latitude

WGS84 Latitude to be logged

_longitude

WGS84 Longitude to be logged

_time

NSString following ISO-8601 standard: yyyy-MM-dd’T'HH:mm'Z'

Declared In

OYMUserProfile.h

– updateLive:andLongitude:andTime:andBuilding:andFloor:

This method update the live properties internally. It shall not be used.

- (void)updateLive:(double)_latitude andLongitude:(double)_longitude andTime:(NSString *)_time andBuilding:(NSString *)_building andFloor:(NSString *)_floor

Parameters

_latitude

WGS84 Latitude to be logged

_longitude

WGS84 Longitude to be logged

_time

String following ISO-8601 standard: yyyy-MM-dd’T'HH:mm'Z'

_building

Building ID to be logged

_floor

Floor ID to be logged

Declared In

OYMUserProfile.h