Avaya Client Services API Reference (OS X)
|
CSSharingApplicationWindow object provides set of information about window which can be shared using CSContentSharing::startSharingApplicationWindowWithWindow:completionHandler. More...
#import <CSSharingApplicationWindow.h>
Inherits NSObject.
Protected Types | |
enum | CSSharingApplicationWindowState { CSSharingApplicationWindowStateUnknown, CSSharingApplicationWindowStateMinimized, CSSharingApplicationWindowStateRestored, CSSharingApplicationWindowStateDestroyed } |
Enum indicating state of the shared application window. More... | |
Properties | |
NSUInteger | winId |
Unique ID associated with the application window. More... | |
NSString * | title |
Title of the window. More... | |
NSString * | fullTitle |
Full title of the application associated with the window. More... | |
NSString * | applicationName |
Name of the application associated with the window. More... | |
NSImage * | windowIcon |
Icon of the application associated with the window. More... | |
CSSharingApplicationWindow object provides set of information about window which can be shared using CSContentSharing::startSharingApplicationWindowWithWindow:completionHandler.
|
protected |
Enum indicating state of the shared application window.
Used by contentSharing:didChangeApplicationWindowState:.
|
readnonatomicassign |
Name of the application associated with the window.
|
readnonatomicassign |
Full title of the application associated with the window.
|
readnonatomicassign |
Title of the window.
|
readnonatomicassign |
Icon of the application associated with the window.
Can be nil in case when window is closed between retrieving window id and retrieving window icon from system.
|
readnonatomicassign |
Unique ID associated with the application window.