public static interface

Megacool.ShareFilter

co.megacool.megacool.Megacool.ShareFilter

Class Overview

A filter to pass to getShares(ShareCallback, ShareFilter) to only get a selected types of shares back, like INSTALLED. accept(Share) will be called on one of our background threads, so please use thread-safe methods and properties where appropriate

Pass true if you would like to get the latest update for that type of share, false otherwise

Summary

Public Methods
abstract boolean accept(Share share)

Public Methods

public abstract boolean accept (Share share)