Android SDK Version
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
Modifier and TypeClassDescription
public enumAppGroupCreationContent.AppGroupPrivacy
Specifies the privacy of a group.
public final classAppGroupCreationContent.Builder
Builder class for a concrete instance of AppGroupCreationContent
public classAppGroupCreationContent.Companion
Field Summary
Modifier and TypeFieldDescription
private final Stringname
private final Stringdescription
private final AppGroupCreationContent.AppGroupPrivacyappGroupPrivacy
Method Summary
Modifier and TypeMethodDescription
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)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Method Detail

getName

 final StringgetName()
Gets the name of the group that will be created.

getDescription

 final StringgetDescription()
Gets the description of the group that will be created.

getAppGroupPrivacy

 final AppGroupCreationContent.AppGroupPrivacygetAppGroupPrivacy()
Gets the privacy for the group that will be created

describeContents

IntegerdescribeContents()

writeToParcel

UnitwriteToParcel(Parcel out, Integer flags)