MessageHolder

public final class MessageHolder

Temporary holder for passing nexconn Message and MessageContent objects between Activities, since these types are not android.os.Parcelable.

Usage: call holdMessage before starting the Activity, then call takeMessage in the target Activity's onCreate.

Functions

Link copied to clipboard
public static void holdContent(MessageContent content)
Link copied to clipboard
public static void holdMessage(Message message)
Link copied to clipboard
public static MessageContent takeContent()
Link copied to clipboard
public static Message takeMessage()