Example usage for android.os Parcelable interface-usage

List of usage examples for android.os Parcelable interface-usage

Introduction

In this page you can find the example usage for android.os Parcelable interface-usage.

Usage

From source file com.facebook.AccessToken.java

/**
 * This class represents an immutable access token for using Facebook APIs. It also includes
 * associated metadata such as expiration date and permissions.
 * <p/>
 * For more information on access tokens, see
 * <a href="https://developers.facebook.com/docs/facebook-login/access-tokens/">Access Tokens</a>.

From source file com.tdispatch.passenger.model.BookingData.java

public class BookingData implements Parcelable {
    public static final int PAYMENT_METHOD_UNKNOWN = 0;
    public static final int PAYMENT_METHOD_CASH = 1;
    public static final int PAYMENT_METHOD_ACCOUNT = 2;
    public static final int PAYMENT_METHOD_CARD = 3;

From source file com.clover.sdk.v3.payments.Payment.java

@SuppressWarnings("all")
public final class Payment
        implements android.os.Parcelable, com.clover.sdk.v3.Validator, com.clover.sdk.JSONifiable {

    /**
     * Unique identifier

From source file com.clover.sdk.v3.order.LineItem.java

@SuppressWarnings("all")
public final class LineItem
        implements android.os.Parcelable, com.clover.sdk.v3.Validator, com.clover.sdk.JSONifiable {

    /**
     * Unique identifier

From source file fiskinfoo.no.sintef.fiskinfoo.Baseclasses.ToolEntry.java

public class ToolEntry implements Parcelable {
    private String id;
    private List<Point> coordinates;
    private GeometryType geometry;
    private String IMO;
    private String IRCS;

From source file com.sayar.requests.RequestArguments.java

/**
 * Request Arguments Class.
 * 
 * This class holds all the data required to perform a REST Request. It contains
 * information such as the Rest Method, the Url, the query parameters, the
 * authentication scheme and more...

From source file com.indeema.mail.providers.Attachment.java

public class Attachment implements Parcelable {
    public static final int MAX_ATTACHMENT_PREVIEWS = 2;
    public static final String LOG_TAG = LogTag.getLogTag();
    /**
     * Workaround for b/8070022 so that appending a null partId to the end of a
     * uri wouldn't remove the trailing backslash

From source file com.microsoft.office365.starter.models.O365CalendarModel.java

/**
 * This model class encapsulates all of the Outlook service API calendar operations that create
 * read, update, and delete calendar events. The O365CalendarModel class contains several methods
 * that post changes made to the calendar event (com.microsoft.office365.OutlookServices.Event) in
 * the local cache. The CalendarEvents class exposes a list and hash table to be consumed by an
 * arrayAdapter on the UI calendar event list The O365Calendar_Event class encapsulates

From source file com.chen.mail.providers.Attachment.java

public class Attachment implements Parcelable {
    public static final int MAX_ATTACHMENT_PREVIEWS = 2;
    public static final String LOG_TAG = LogTag.getLogTag();
    /**
     * Workaround for b/8070022 so that appending a null partId to the end of a
     * uri wouldn't remove the trailing backslash

From source file com.eTilbudsavis.etasdk.model.Shoppinglist.java

/**
 * This class is a representation of the eTilbudsavis API v2 shopppinglist.
 * 
 * @author Danny Hvam - danny@etilbudsavis.dk
 *
 */