public static interface

Megacool.ShareCallback

co.megacool.megacool.Megacool.ShareCallback

Class Overview

Listener to get the latest updated list of Share objects in getShares(ShareCallback). shares(List) will be called on the same thread that getShares(ShareCallback) is called on.

Summary

Fields
public static final AtomicReference<Handler> handler This creates a Handler using the android.os.Looper of the thread that the callback is created on
Public Methods
abstract void shares(List<Share> shares)

Fields

public static final AtomicReference<Handler> handler

This creates a Handler using the android.os.Looper of the thread that the callback is created on

Public Methods

public abstract void shares (List<Share> shares)