GMBLCommunication Class Reference

Inherits from NSObject
Conforms to NSCopying
NSSecureCoding
Declared in GMBLCommunication.h

Overview

The GMBLCommunication class defines a communication that was defined on the Gimbal Manager Portal

  identifier

The identifier for the GMBLCommnication

@property (readonly, nonatomic) NSString *identifier

Discussion

The identifier for the GMBLCommnication

Declared In

GMBLCommunication.h

  title

The title for the GMBLCommunication

@property (readonly, nonatomic) NSString *title

Discussion

The title for the GMBLCommunication

Declared In

GMBLCommunication.h

  descriptionText

The description for the GMBLCommunication

@property (readonly, nonatomic) NSString *descriptionText

Discussion

The description for the GMBLCommunication

Declared In

GMBLCommunication.h

  URL

The URL for the GMBLCommunication

@property (readonly, nonatomic) NSString *URL

Discussion

The URL for the GMBLCommunication

Declared In

GMBLCommunication.h

  deliveryDate

The date this commuincation will be delivered

@property (readonly, nonatomic) NSDate *deliveryDate

Discussion

The date this commuincation will be delivered

Declared In

GMBLCommunication.h

  expiryDate

The expiry date for the GMBLCommunication

@property (readonly, nonatomic) NSDate *expiryDate

Discussion

The expiry date for the GMBLCommunication

Declared In

GMBLCommunication.h

  renderWebView

Whether to open URL in a web page if present

@property (readonly, nonatomic) NSNumber *renderWebView

Discussion

Whether to open URL in a web page if present

Declared In

GMBLCommunication.h

  attributes

The attributes for the GMBLCommunication

@property (readonly, nonatomic) GMBLAttributes *attributes

Discussion

The attributes for the GMBLCommunication

Declared In

GMBLCommunication.h