All Types

com.ripe.android.api.BaseAPI

This interface contains the base methods to be used by the various API classes.

com.ripe.android.api.BrandAPI

The interface for the Brand API.

com.ripe.android.api.BuildAPI

The interface for the Build API.

com.ripe.android.visual.Image

Reactively updates the image of an ImageView whenever the state of its owner changes. An Image can be configured with the following options:

com.ripe.android.base.Interactable

An entity that reactively represents a Ripe instance.

com.ripe.android.api.LocaleAPI

The interface for the Locale API.

com.ripe.android.base.Observable

An object that emits events. Listeners can bind to specific events and be notified when the event is triggered.

com.ripe.android.base.ObservableCallback

A function to be executed when an event. It receives a dictionary with the response as parameter and returns a deferred result which is completed asynchronously.

com.ripe.android.plugins.Plugin

Base class of a Ripe Plugin.

com.ripe.android.base.Ripe

Represents a customizable model. The options map supports the following keys:

com.ripe.android.api.RipeAPI

The API class to be instantiated. Implements all the API interfaces.

com.ripe.android.api.SizeAPI

The interface for the Size API.

com.ripe.android.plugins.SyncPlugin

Plugin responsible for applying synchronization rules.

com.ripe.android.visual.Visual

This is a superclass for visual representations of a Ripe instance.