-
- All Implemented Interfaces:
-
android.os.Parcelable,com.facebook.share.model.ShareModel
public final class AppGroupCreationContent implements ShareModel
Describes the content that will be displayed by the AppGroupCreationDialog
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumAppGroupCreationContent.AppGroupPrivacySpecifies the privacy of a group.
public classAppGroupCreationContent.BuilderBuilder class for a concrete instance of AppGroupCreationContent
-
Field Summary
Fields Modifier and Type Field Description private final Stringnameprivate final Stringdescriptionpublic final static Parcelable.Creator<AppGroupCreationContent>CREATOR
-
Method Summary
Modifier and Type Method Description StringgetName()Gets the name of the group that will be created. StringgetDescription()Gets the description of the group that will be created. AppGroupCreationContent.AppGroupPrivacygetAppGroupPrivacy()Gets the privacy for the group that will be created intdescribeContents()voidwriteToParcel(Parcel out, int flags)-
-
Method Detail
-
getDescription
String getDescription()
Gets the description of the group that will be created.
-
getAppGroupPrivacy
AppGroupCreationContent.AppGroupPrivacy getAppGroupPrivacy()
Gets the privacy for the group that will be created
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel out, int flags)
-
-
-
-