Session.NewPermissionsRequest
คลาสนี้ไม่มีให้ใช้งานใน SDK เวอร์ชั่นล่าสุดอีกต่อไป
เวอร์ชั่นที่ใหม่กว่าของคลาสนี้พร้อมแล้ว ตรวจสอบได้ เวอร์ชั่นล่าสุด

A request to be used to request new permissions for a Session.

ขยาย:AuthorizationRequest
แพ็คเกจ:facebook
ผู้สร้าง
Session.NewPermissionsRequest(Activity, List)

Constructs a NewPermissionsRequest.

public Session.NewPermissionsRequest(Activity activity, List permissions)
พารามิเตอร์คำอธิบาย
activityThe Activity used to issue the request
permissionsAdditional permissions to request
Session.NewPermissionsRequest(Fragment, List)

Constructs a NewPermissionsRequest.

public Session.NewPermissionsRequest(Fragment fragment, List permissions)
พารามิเตอร์คำอธิบาย
fragmentThe Fragment used to issue the request
permissionsAdditional permissions to request
Session.NewPermissionsRequest(Activity, String)

Constructs a NewPermissionsRequest.

public Session.NewPermissionsRequest(Activity activity, String permissions)
พารามิเตอร์คำอธิบาย
activityThe Activity used to issue the request
permissionsAdditional permissions to request
Session.NewPermissionsRequest(Fragment, String)

Constructs a NewPermissionsRequest.

public Session.NewPermissionsRequest(Fragment fragment, String permissions)
พารามิเตอร์คำอธิบาย
fragmentThe Fragment used to issue the request
permissionsAdditional permissions to request
วิธีการแบบอินสแตนซ์
setCallback(StatusCallback)

Sets the StatusCallback for the NewPermissionsRequest.

public final NewPermissionsRequest setCallback(StatusCallback statusCallback)
พารามิเตอร์คำอธิบาย
statusCallbackThe SessionStatusCallback to notify regarding Session state changes.
Returns
The NewPermissionsRequest object to allow for chaining
setLoginBehavior(SessionLoginBehavior)

Sets the login behavior for the NewPermissionsRequest.

public final NewPermissionsRequest setLoginBehavior(SessionLoginBehavior loginBehavior)
พารามิเตอร์คำอธิบาย
loginBehaviorThe SessionLoginBehavior that specifies what behaviors should be attempted during authorization.
Returns
The NewPermissionsRequest object to allow for chaining
setRequestCode(int)

Sets the request code for the NewPermissionsRequest.

public final NewPermissionsRequest setRequestCode(int requestCode)
พารามิเตอร์คำอธิบาย
requestCodeAn integer that identifies this request. This integer will be used as the request code in onActivityResult.onActivityResult. This integer should be >= 0. If a value < 0 is passed in, then a default value will be used.
Returns
The NewPermissionsRequest object to allow for chaining
setDefaultAudience(SessionDefaultAudience)

Sets the defaultAudience for the OpenRequest.

public final NewPermissionsRequest setDefaultAudience(SessionDefaultAudience defaultAudience)
พารามิเตอร์คำอธิบาย
defaultAudienceA SessionDefaultAudience representing the default audience setting to request.
Returns
The NewPermissionsRequest object to allow for chaining