public class FragmentIntent
extends java.lang.Object
implements android.os.Parcelable
Intent.
The class is used by Storm activities when determining what fragment to use for a Page.| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<FragmentIntent> |
CREATOR |
| Constructor and Description |
|---|
FragmentIntent() |
FragmentIntent(java.lang.Class<?> fragment,
android.os.Bundle arguments) |
FragmentIntent(java.lang.Class<?> fragment,
java.lang.String title,
android.os.Bundle arguments) |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public static android.os.Parcelable.Creator<FragmentIntent> CREATOR