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

The FBLoginTooltipViewDelegate protocol defines the methods used to receive event notifications from FBLoginTooltipView objects.

Extends Protocol:NSObject
Declared in:FBLoginTooltipView.h
วิธีการทันใจ
loginTooltipView:shouldAppear:

Asks the delegate if the tooltip view should appear

พารามิเตอร์คำอธิบาย
view

The tooltip view.

appIsEligible

The value fetched from the server identifying if the app is eligible for the new login experience.

- (BOOL)
loginTooltipView: (FBLoginTooltipView *)view
shouldAppear: (BOOL)appIsEligible;
Discussion:

Use this method to customize display behavior.

ให้คำรับรองไว้ใน: FBLoginTooltipView.h
loginTooltipViewWillAppear:

Tells the delegate the tooltip view will appear, specifically after it's been added to the super view but before the fade in animation.

พารามิเตอร์คำอธิบาย
view

The tooltip view.

- (void) loginTooltipViewWillAppear:(FBLoginTooltipView *)view;
ให้คำรับรองไว้ใน: FBLoginTooltipView.h
loginTooltipViewWillNotAppear:

Tells the delegate the tooltip view will not appear (i.e., was not added to the super view).

พารามิเตอร์คำอธิบาย
view

The tooltip view.

- (void) loginTooltipViewWillNotAppear:(FBLoginTooltipView *)view;
ให้คำรับรองไว้ใน: FBLoginTooltipView.h