class SealdSearchGroupTMRTemporaryKeys
objc
@interface SealdSearchGroupTMRTemporaryKeys : NSObject
SealdSearchGroupTMRTemporaryKeys holds the tmr filters used when searching group TMR temporary keys.
Members | Descriptions |
---|---|
groupId | Return only the TMR temporary keys that give access to this groupId. |
page | Page to return. |
all | Should return all pages after Page . |
groupId
objc
@property (assign, readonly) NSString * groupId;
Return only the TMR temporary keys that give access to this groupId.
page
objc
@property (assign, readonly) NSInteger page;
Page to return.
all
objc
@property (assign, readonly) BOOL all;
Should return all pages after Page
.