-
- 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 final classAppGroupCreationContent.BuilderBuilder class for a concrete instance of AppGroupCreationContent
public classAppGroupCreationContent.Companion
-
Field Summary
Fields Modifier and Type Field Description private final Stringnameprivate final Stringdescriptionprivate final AppGroupCreationContent.AppGroupPrivacyappGroupPrivacy
-
Method Summary
Modifier and Type Method Description final StringgetName()Gets the name of the group that will be created. final StringgetDescription()Gets the description of the group that will be created. final AppGroupCreationContent.AppGroupPrivacygetAppGroupPrivacy()Gets the privacy for the group that will be created IntegerdescribeContents()UnitwriteToParcel(Parcel out, Integer flags)-
-
Method Detail
-
getDescription
final String getDescription()
Gets the description of the group that will be created.
-
getAppGroupPrivacy
final AppGroupCreationContent.AppGroupPrivacy getAppGroupPrivacy()
Gets the privacy for the group that will be created
-
describeContents
Integer describeContents()
-
writeToParcel
Unit writeToParcel(Parcel out, Integer flags)
-
-
-
-