FileDocCategorySizeDatePackage
RemoteInput.javaAPI DocAndroid 5.1 API2105Sat Mar 14 14:09:40 GMT 2015android.app

RemoteInput

public final class RemoteInput extends Object implements android.os.Parcelable

Fields Summary
public static final android.os.Parcelable.Creator
CREATOR
public static final String
EXTRA_RESULTS_DATA
public static final String
RESULTS_CLIP_LABEL
Constructors Summary
RemoteInput()

 throw new RuntimeException("Stub!"); 
Methods Summary
public static voidaddResultsToIntent(android.app.RemoteInput[] remoteInputs, android.content.Intent intent, android.os.Bundle results)

 throw new RuntimeException("Stub!"); 
public intdescribeContents()

 throw new RuntimeException("Stub!"); 
public booleangetAllowFreeFormInput()

 throw new RuntimeException("Stub!"); 
public java.lang.CharSequence[]getChoices()

 throw new RuntimeException("Stub!"); 
public android.os.BundlegetExtras()

 throw new RuntimeException("Stub!"); 
public java.lang.CharSequencegetLabel()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetResultKey()

 throw new RuntimeException("Stub!"); 
public static android.os.BundlegetResultsFromIntent(android.content.Intent intent)

 throw new RuntimeException("Stub!"); 
public voidwriteToParcel(android.os.Parcel out, int flags)

 throw new RuntimeException("Stub!");