Skip to main content

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 position
  • NSDate * time
  • NSString * title
  • NSString * value
  • KollusBookmarkKind kind

Property details

PropertyDescription
(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