-
- All Implemented Interfaces:
-
android.os.Parcelable
public class RemoveWidgetGroupParams extends AidlParams
-
-
Field Summary
Fields Modifier and Type Field Description private Stringidpublic final static Parcelable.Creator<RemoveWidgetGroupParams>CREATOR
-
Constructor Summary
Constructors Constructor Description RemoveWidgetGroupParams(String id)RemoveWidgetGroupParams(String id, boolean removeWidgets)RemoveWidgetGroupParams(Parcel in)
-
Method Summary
Modifier and Type Method Description StringgetId()booleanisRemoveWidgets()voidwriteToBundle(Bundle bundle)-
Methods inherited from class net.osmand.aidlapi.AidlParams
describeContents, readFromParcel, writeToParcel -
Methods inherited from class android.os.Parcelable
describeContents, writeToParcel -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
RemoveWidgetGroupParams
RemoveWidgetGroupParams(String id)
-
RemoveWidgetGroupParams
RemoveWidgetGroupParams(String id, boolean removeWidgets)
- Parameters:
id- group id to remove.removeWidgets- if true, the group's widgets are removed too;otherwise they are kept but become ungrouped.
-
RemoveWidgetGroupParams
RemoveWidgetGroupParams(Parcel in)
-
-
Method Detail
-
isRemoveWidgets
boolean isRemoveWidgets()
-
writeToBundle
void writeToBundle(Bundle bundle)
-
-
-
-