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 *identifier
Declared In
PWAlertSegment.h
name
An NSString
value that represents the readable name of an alert segment.
@property (strong, readonly) NSString *name
Declared In
PWAlertSegment.h