Avaya Client Services API Reference (iOS)
Classes | Typedefs
CSUnifiedPortalService.h File Reference
#import <Foundation/Foundation.h>
#import "CSUnifiedPortalConfiguration.h"
#import "CSUnifiedPortalResources.h"
#import "CSUnifiedPortalMeetingInfo.h"
#import "CSUnifiedPortalConferencingConfiguration.h"

Classes

class  CSUnifiedPortalService
 The UnifiedPortalService provides access to Unified Portal features. More...
 
protocol  <CSUnifiedPortalServiceDelegate>
 

Typedefs

typedef void(^ GetResourcesCompletionHandler) (CSUnifiedPortalResources *resources, NSString *portalUserToken, NSDate *portalUserTokenExpirationTime, CSUnifiedPortalConferencingConfiguration *conferencingConfiguration, NSError *error)
 
typedef void(^ RequestToJoinMeetingCompletionHandler) (CSUnifiedPortalMeetingInfo *meetingInfo, NSError *error)
 
typedef void(^ GetPortalUserTokenCompletionHandler) (NSString *portalUserToken, NSDate *portalUserTokenExpirationTime, NSError *error)
 
typedef void(^ SendClientInfoCompletionHandler) (NSError *error)
 

Typedef Documentation

typedef void(^ GetPortalUserTokenCompletionHandler) (NSString *portalUserToken, NSDate *portalUserTokenExpirationTime, NSError *error)
typedef void(^ GetResourcesCompletionHandler) (CSUnifiedPortalResources *resources, NSString *portalUserToken, NSDate *portalUserTokenExpirationTime, CSUnifiedPortalConferencingConfiguration *conferencingConfiguration, NSError *error)
typedef void(^ RequestToJoinMeetingCompletionHandler) (CSUnifiedPortalMeetingInfo *meetingInfo, NSError *error)
typedef void(^ SendClientInfoCompletionHandler) (NSError *error)