-
- All Implemented Interfaces:
-
android.os.Parcelable
public class NavDrawerItem extends AidlParams
-
-
Field Summary
Fields Modifier and Type Field Description private Stringnameprivate Stringuriprivate StringiconNameprivate intflagspublic final static Parcelable.Creator<NavDrawerItem>CREATOR
-
Constructor Summary
Constructors Constructor Description NavDrawerItem(String name, String uri, String iconName)NavDrawerItem(String name, String uri, String iconName, int flags)
-
Method Summary
Modifier and Type Method Description StringgetName()StringgetUri()StringgetIconName()intgetFlags()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
-
-
Method Detail
-
getIconName
String getIconName()
-
getFlags
int getFlags()
-
writeToBundle
void writeToBundle(Bundle bundle)
-
-
-
-