public void | populatePhotoBytesAsync(RecipientEntry entry, com.android.ex.chips.PhotoManager$PhotoManagerCallback callback)Sets the {@link com.android.ex.chips.RecipientEntry}'s photo bytes. If the photo bytes
are cached, this action happens immediately. Otherwise, the work to fetch the photo
bytes is performed asynchronously before setting the value on the UI thread.
If the photo bytes were fetched asynchronously,
{@link PhotoManagerCallback#onPhotoBytesAsynchronouslyPopulated()} is called. This
method is not called if the photo bytes have been cached previously (because no
asynchronous work was performed). In that case,
{@link PhotoManagerCallback#onPhotoBytesPopulated()} is called.
|