Interface RedditPostSenderStrategy

All Superinterfaces:
RedditPostSender
All Known Implementing Classes:
RedditGalleryDataSender, RedditHostedVideoSender, RedditImageSenderManager, RedditRichVideoSenderManager, RedditUrlSenderAdapter

public interface RedditPostSenderStrategy extends RedditPostSender
Strategy interface for sending Reddit posts based on specific criteria.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    canSend(Link post)
    Determines if this strategy can send the given Reddit post.

    Methods inherited from interface RedditPostSender

    send
  • Method Details

    • canSend

      boolean canSend(Link post)
      Determines if this strategy can send the given Reddit post.
      Parameters:
      post - the Reddit post to evaluate
      Returns:
      true if this strategy can send the post, false otherwise