onEntry (event)

Fired once for each entry retrieved.

Syntax

- (void)onEntry:(NSString*)id :(NSString*)title :(NSString*)summary :(NSString*)ETag;
func onEntry(_ id: String, _ title: String, _ summary: String, _ ETag: String)

Remarks

The Entry event is fired once for each entry found in the response.

The entry properties are provided through EntryProperties.

The entry links are provided through EntryLinks.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 iOS Edition - Version 20.0 [Build 8307]