×
No results found.
Ooyala Mobile SDK for tvOS v4.44.0
🔎
Main Page
Modules
Classes
OOClientId.h
1
10
#import <Foundation/Foundation.h>
11
12
@interface
OOClientId
: NSObject
17
+ (NSString *)
getId
;
18
25
+ (void)setId:(NSString *)clientId;
26
31
+ (void)
resetId
;
32
33
@end
+[OOClientId getId]
NSString * getId()
Get a client ID.
+[OOClientId resetId]
void resetId()
Clear the id.
OOClientId
Definition:
OOClientId.h:12
Send Feedback