• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
PSClientDelegate
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

PSClientDelegate


  • Subject: PSClientDelegate
  • From: Daniel DeCovnick <email@hidden>
  • Date: Fri, 03 Dec 2010 15:38:03 -0800

Has anyone got any experience using the PubSub framework, specifically the PSClientDelegate API? There's no documentation on it whatsoever (except for one mention that it exists) (rdar://8395669). Looking in the header file, I see the following methods:

- (void) feedDidBeginRefresh:(PSFeed *)feed;
- (void) feedDidEndRefresh:(PSFeed *)feed;

- (void) feed:(PSFeed *)feed didAddEntries:(NSArray *)entries;
- (void) feed:(PSFeed *)feed didRemoveEntriesWithIdentifiers:(NSArray *)identifiers;
- (void) feed:(PSFeed *)feed didUpdateEntries:(NSArray *)entries;
- (void) feed:(PSFeed *)feed didChangeFlagsInEntries:(NSArray *)entries;

- (void) enclosure:(PSEnclosure *)enclosure downloadStateDidChange:(PSEnclosureDownloadState)state;

The first two and the last one I can guess at when they're called, but I'm not sure about the middle four.
For that matter, I'm not sure when to use these methods, versus when to register for the PSFeedRefreshingNotification, PSFeedEntriesChangedNotification, etc.

Does anyone have guidelines or experience here?

-Daniel

_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: PSClientDelegate
      • From: "Stephen J. Butler" <email@hidden>
  • Prev by Date: Re: navigation bar tint color issue on iOS 4.2
  • Next by Date: Re: PSClientDelegate
  • Previous by thread: Re: CoreData not noticing changes to transformable properties
  • Next by thread: Re: PSClientDelegate
  • Index(es):
    • Date
    • Thread