public class

PictureSendable

mobisocial.omlib.sendable.PictureSendable

Class Overview

Represents a sendable picture. When sent, the picture is resized into "thumbnail" and "fullsize" images. The fields are accessible as mobisocial.omlib.db.entity.OMObject#thumbnailHash and mobisocial.omlib.db.entity.OMObject#fullsizeHash respectively, and the images can be obtained using uriForBlob(Context, byte[]).

Summary

Constants
String TYPE

Constants

public static final String TYPE

Constant Value: "picture"