AWSConnectSort
Objective-C
@interface AWSConnectSort
Swift
class AWSConnectSort
A structure that defines the field name to sort by and a sort order.
Required parameters: [FieldName, Order]
-
The name of the field on which to sort.
Declaration
Objective-C
@property (nonatomic) AWSConnectSortableFieldName fieldName;
Swift
var fieldName: AWSConnectSortableFieldName { get set }
-
An ascending or descending sort.
Declaration
Objective-C
@property (nonatomic) AWSConnectSortOrder order;
Swift
var order: AWSConnectSortOrder { get set }