-
- 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 enum
AppGroupCreationContent.AppGroupPrivacy
Specifies the privacy of a group.
public class
AppGroupCreationContent.Builder
Builder class for a concrete instance of AppGroupCreationContent
-
Field Summary
Fields Modifier and Type Field Description private final String
name
private final String
description
public final static Parcelable.Creator<AppGroupCreationContent>
CREATOR
-
Method Summary
Modifier and Type Method Description String
getName()
Gets the name of the group that will be created. String
getDescription()
Gets the description of the group that will be created. AppGroupCreationContent.AppGroupPrivacy
getAppGroupPrivacy()
Gets the privacy for the group that will be created int
describeContents()
void
writeToParcel(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)
-
-
-
-