Skip to content

class SealdSearchGroupTMRTemporaryKeys ​

objc
@interface SealdSearchGroupTMRTemporaryKeys : NSObject

SealdSearchGroupTMRTemporaryKeys holds the tmr filters used when searching group TMR temporary keys.

MembersDescriptions
groupIdReturn only the TMR temporary keys that give access to this groupId.
pagePage to return.
allShould 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.