Skip navigation links
A B C D F G I M O V 

A

AbstractAppCompatPluginActivity - Class in com.twofortyfouram.locale.sdk.client.ui.activity
NOTE: This class is for compatibility with Material Design via the appcompat-v7 library.
AbstractAppCompatPluginActivity() - Constructor for class com.twofortyfouram.locale.sdk.client.ui.activity.AbstractAppCompatPluginActivity
 
AbstractFragmentPluginActivity - Class in com.twofortyfouram.locale.sdk.client.ui.activity
NOTE: This class is for backwards compatibility via the support-v4 library.
AbstractFragmentPluginActivity() - Constructor for class com.twofortyfouram.locale.sdk.client.ui.activity.AbstractFragmentPluginActivity
 
AbstractPluginActivity - Class in com.twofortyfouram.locale.sdk.client.ui.activity
Implements the basic behaviors of a "Edit" activity for a plug-in, handling the Intent protocol for storing and retrieving the plug-in's data.
AbstractPluginActivity() - Constructor for class com.twofortyfouram.locale.sdk.client.ui.activity.AbstractPluginActivity
 
AbstractPluginConditionReceiver - Class in com.twofortyfouram.locale.sdk.client.receiver
Abstract superclass for a plug-in condition BroadcastReceiver implementation.
AbstractPluginConditionReceiver() - Constructor for class com.twofortyfouram.locale.sdk.client.receiver.AbstractPluginConditionReceiver
 
AbstractPluginConditionReceiver.ConditionResult - Annotation Type in com.twofortyfouram.locale.sdk.client.receiver
 
AbstractPluginSettingReceiver - Class in com.twofortyfouram.locale.sdk.client.receiver
Abstract superclass for a plug-in setting BroadcastReceiver implementation.
AbstractPluginSettingReceiver() - Constructor for class com.twofortyfouram.locale.sdk.client.receiver.AbstractPluginSettingReceiver
 
APPLICATION_ID - Static variable in class com.twofortyfouram.locale.sdk.client.BuildConfig
 

B

BUILD_TYPE - Static variable in class com.twofortyfouram.locale.sdk.client.BuildConfig
 
BuildConfig - Class in com.twofortyfouram.locale.sdk.client
 
BuildConfig() - Constructor for class com.twofortyfouram.locale.sdk.client.BuildConfig
 

C

com.twofortyfouram.locale.sdk.client - package com.twofortyfouram.locale.sdk.client
 
com.twofortyfouram.locale.sdk.client.receiver - package com.twofortyfouram.locale.sdk.client.receiver
 
com.twofortyfouram.locale.sdk.client.ui.activity - package com.twofortyfouram.locale.sdk.client.ui.activity
 

D

DEBUG - Static variable in class com.twofortyfouram.locale.sdk.client.BuildConfig
 

F

finish() - Method in class com.twofortyfouram.locale.sdk.client.ui.activity.AbstractAppCompatPluginActivity
 
finish() - Method in class com.twofortyfouram.locale.sdk.client.ui.activity.AbstractFragmentPluginActivity
 
finish() - Method in class com.twofortyfouram.locale.sdk.client.ui.activity.AbstractPluginActivity
 
firePluginSetting(Context, Bundle) - Method in class com.twofortyfouram.locale.sdk.client.receiver.AbstractPluginSettingReceiver
If isAsync() returns true, this method will be called on a background thread.
FLAVOR - Static variable in class com.twofortyfouram.locale.sdk.client.BuildConfig
 

G

getPluginConditionResult(Context, Bundle) - Method in class com.twofortyfouram.locale.sdk.client.receiver.AbstractPluginConditionReceiver
Determines the state of the plug-in.
getPreviousBlurb() - Method in class com.twofortyfouram.locale.sdk.client.ui.activity.AbstractAppCompatPluginActivity
 
getPreviousBlurb() - Method in class com.twofortyfouram.locale.sdk.client.ui.activity.AbstractFragmentPluginActivity
 
getPreviousBlurb() - Method in class com.twofortyfouram.locale.sdk.client.ui.activity.AbstractPluginActivity
 
getPreviousBlurb() - Method in interface com.twofortyfouram.locale.sdk.client.ui.activity.IPluginActivity
 
getPreviousBundle() - Method in class com.twofortyfouram.locale.sdk.client.ui.activity.AbstractAppCompatPluginActivity
 
getPreviousBundle() - Method in class com.twofortyfouram.locale.sdk.client.ui.activity.AbstractFragmentPluginActivity
 
getPreviousBundle() - Method in class com.twofortyfouram.locale.sdk.client.ui.activity.AbstractPluginActivity
 
getPreviousBundle() - Method in interface com.twofortyfouram.locale.sdk.client.ui.activity.IPluginActivity
 
getResultBlurb(Bundle) - Method in interface com.twofortyfouram.locale.sdk.client.ui.activity.IPluginActivity
 
getResultBundle() - Method in interface com.twofortyfouram.locale.sdk.client.ui.activity.IPluginActivity
 

I

InfoActivity - Class in com.twofortyfouram.locale.sdk.client.ui.activity
If the user tries to launch the plug-in via the app store, this will redirect the user to a compatible host app on the device.
InfoActivity() - Constructor for class com.twofortyfouram.locale.sdk.client.ui.activity.InfoActivity
 
IPluginActivity - Interface in com.twofortyfouram.locale.sdk.client.ui.activity
Common interface for plug-in Activities.
isAsync() - Method in class com.twofortyfouram.locale.sdk.client.receiver.AbstractPluginConditionReceiver
Configures the receiver whether it should process the Intent in a background thread.
isAsync() - Method in class com.twofortyfouram.locale.sdk.client.receiver.AbstractPluginSettingReceiver
Configures the receiver whether it should process the Intent in a background thread.
isBundleValid(Bundle) - Method in class com.twofortyfouram.locale.sdk.client.receiver.AbstractPluginConditionReceiver
Gives the plug-in receiver an opportunity to validate the Bundle, to ensure that a malicious application isn't attempting to pass an invalid Bundle.
isBundleValid(Bundle) - Method in class com.twofortyfouram.locale.sdk.client.receiver.AbstractPluginSettingReceiver
Gives the plug-in receiver an opportunity to validate the Bundle, to ensure that a malicious application isn't attempting to pass an invalid Bundle.
isBundleValid(Bundle) - Method in interface com.twofortyfouram.locale.sdk.client.ui.activity.IPluginActivity
Validates the Bundle, to ensure that a malicious application isn't attempting to pass an invalid Bundle.

M

mIsCancelled - Variable in class com.twofortyfouram.locale.sdk.client.ui.activity.AbstractAppCompatPluginActivity
Flag boolean that can be set prior to calling AbstractAppCompatPluginActivity.finish() to control whether the Activity attempts to save a result back to the host.
mIsCancelled - Variable in class com.twofortyfouram.locale.sdk.client.ui.activity.AbstractFragmentPluginActivity
Flag boolean that can be set prior to calling AbstractFragmentPluginActivity.finish() to control whether the Activity attempts to save a result back to the host.
mIsCancelled - Variable in class com.twofortyfouram.locale.sdk.client.ui.activity.AbstractPluginActivity
Flag boolean that can be set prior to calling AbstractPluginActivity.finish() to control whether the Activity attempts to save a result back to the host.

O

onCreate(Bundle) - Method in class com.twofortyfouram.locale.sdk.client.ui.activity.AbstractAppCompatPluginActivity
 
onCreate(Bundle) - Method in class com.twofortyfouram.locale.sdk.client.ui.activity.AbstractFragmentPluginActivity
 
onCreate(Bundle) - Method in class com.twofortyfouram.locale.sdk.client.ui.activity.AbstractPluginActivity
 
onCreate(Bundle) - Method in class com.twofortyfouram.locale.sdk.client.ui.activity.InfoActivity
 
onPostCreate(Bundle) - Method in class com.twofortyfouram.locale.sdk.client.ui.activity.AbstractAppCompatPluginActivity
 
onPostCreate(Bundle) - Method in class com.twofortyfouram.locale.sdk.client.ui.activity.AbstractFragmentPluginActivity
 
onPostCreate(Bundle) - Method in class com.twofortyfouram.locale.sdk.client.ui.activity.AbstractPluginActivity
 
onPostCreateWithPreviousResult(Bundle, String) - Method in interface com.twofortyfouram.locale.sdk.client.ui.activity.IPluginActivity
Plug-in Activity lifecycle callback to allow the Activity to restore state for editing a previously saved plug-in instance.
onReceive(Context, Intent) - Method in class com.twofortyfouram.locale.sdk.client.receiver.AbstractPluginConditionReceiver
 
onReceive(Context, Intent) - Method in class com.twofortyfouram.locale.sdk.client.receiver.AbstractPluginSettingReceiver
 

V

VERSION_CODE - Static variable in class com.twofortyfouram.locale.sdk.client.BuildConfig
 
VERSION_NAME - Static variable in class com.twofortyfouram.locale.sdk.client.BuildConfig
 
A B C D F G I M O V 
Skip navigation links