SessionDefaultAudience
이 클래스는 더 이상 최신 버전의 SDK에서 사용할 수 없습니다.
이 클래스의 최신 버전을 사용할 수 있습니다. 확인해보세요 최신 버전.

Certain operations such as publishing a status or publishing a photo require an audience. When the user grants an application permission to perform a publish operation, a default audience is selected as the publication ceiling for the application. This enumerated value allows the application to select which audience to ask the user to grant publish permission for.

확장:Enum
패키지:facebook
클래스 메서드
values()
public static SessionDefaultAudience values()
valueOf(String)
public static SessionDefaultAudience valueOf(String name)
매개변수설명
name
상수
NONE
Represents an invalid default audience value, can be used when only reading.
public static final SessionDefaultAudience NONE
ONLY_ME
Indicates only the user is able to see posts made by the application.
public static final SessionDefaultAudience ONLY_ME
FRIENDS
Indicates that the user's friends are able to see posts made by the application.
public static final SessionDefaultAudience FRIENDS
EVERYONE
Indicates that all Facebook users are able to see posts made by the application.
public static final SessionDefaultAudience EVERYONE