KollusBookmark
Notice
This document is a machine-translated draft and is currently undergoing review. Some content may be inaccurate or differ from the original Korean version. For the most precise information, refer to the Korean documentation.
Kollusbookmark class
#import <KollusBookmark.h>
A class that holds bookmark information.
Properties
NSTimeInterval positionNSDate * timeNSString * titleNSString * valueKollusBookmarkKind kind
Property details
| Property | Description |
|---|---|
(NSTimeInterval) position[read, nonatomic, unsafe_unretained] | Bookmark position |
(NSDate*) time[read, nonatomic, unsafe_unretained] | Time when the bookmark was added |
(NSString*) title[read, nonatomic, copy] | Bookmark title (customer-defined bookmark) |
(NSString*) value[read, nonatomic, copy] | Bookmark title (user-defined bookmark) |
(KollusBookmarkKind) kind[read, nonatomic, assign] | Bookmark type |