IP*Works! 2016 Android Edition
IP*Works! 2016 Android Edition
Questions / Feedback?

OPMLHeader Event

Fired for each value in the Header section of the current OPML document.

Syntax

public void fireOPMLHeader(RssOPMLHeaderEvent event);

public class RssOPMLHeaderEvent {
  public String field;
  public String value;
}

Remarks

This event is fired when the component is parsing an OPML document after a call to ReadOPML is made. The component parses each header field and value from the OPML document and fires OPMLHeader once for each header present.

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 Android Edition - Version 16.0 [Build 7353]