OOClientId Class Reference

#import <OOClientId.h>

+ Inheritance diagram for OOClientId:

Class Methods

(NSString *) + getId
 Get a client ID. More...
 
(void) + setId:
 Set the id that overrides the default value Ooyala WILL NOT persist this id so user needs to call this every time the app is launched. More...
 
(void) + resetId
 Clear the id. More...
 

Method Documentation

+ (NSString *) getId

Get a client ID.

Returns
the UUID that persists across launch
+ (void) resetId

Clear the id.

When getId is called, a new id will be generated

+ (void) setId: (NSString *)  clientId

Set the id that overrides the default value Ooyala WILL NOT persist this id so user needs to call this every time the app is launched.

Parameters
[in]clientIdthe id string customer like to use

The documentation for this class was generated from the following file: