Interface RedditPostSenderStrategy
- All Superinterfaces:
RedditPostSender
- All Known Implementing Classes:
RedditGalleryDataSender, RedditHostedVideoSender, RedditImageSenderManager, RedditRichVideoSenderManager, RedditUrlSenderAdapter
Strategy interface for sending Reddit posts based on specific criteria.
-
Method Summary
Methods inherited from interface RedditPostSender
send
-
Method Details
-
canSend
Determines if this strategy can send the given Reddit post.- Parameters:
post- the Reddit post to evaluate- Returns:
trueif this strategy can send the post,falseotherwise
-