PWAlertSegment Class Reference
| Inherits from | NSObject |
| Conforms to | NSCoding |
| Declared in | PWAlertSegment.h |
Overview
PWAlertSegment encapsulates all of the information related to an alert segment. This includes the name, identifier, child segments and subscription flag.
Properties
identifier
An NSString value that represents the unique identifier of an alert segment.
@property (strong, readonly) NSString *identifierDeclared In
PWAlertSegment.hname
An NSString value that represents the readable name of an alert segment.
@property (strong, readonly) NSString *nameDeclared In
PWAlertSegment.h