BFAppLinkReturnToRefererView Class Reference
| Inherits from | UIView |
| Declared in | BFAppLinkReturnToRefererView.h |
Overview
Provides a UIView that displays a button allowing users to navigate back to the application that launched the App Link currently being handled, if the App Link contained referer data. The user can also close the view by clicking a close button rather than navigating away. If the view is provided an App Link that does not contain referer data, it will have zero size and no UI will be displayed.
Tasks
Other Methods
-
delegateproperty -
textColorproperty -
refererAppLinkproperty -
includeStatusBarInSizeproperty -
closedproperty
Internal Methods
Properties
closed
Indicates whether the user has closed the view by clicking the close button.
@property (nonatomic, assign) BOOL closedDiscussion
Indicates whether the user has closed the view by clicking the close button.
Declared In
BFAppLinkReturnToRefererView.hdelegate
The delegate that will be notified when the user navigates back to the referer.
@property (nonatomic, weak) id<BFAppLinkReturnToRefererViewDelegate> delegateDiscussion
The delegate that will be notified when the user navigates back to the referer.
Declared In
BFAppLinkReturnToRefererView.hincludeStatusBarInSize
Indicates whether to extend the size of the view to include the current status bar size, for use in scenarios where the view might extend under the status bar on iOS 7 and above; this property has no effect on earlier versions of iOS.
@property (nonatomic, assign) BFIncludeStatusBarInSize includeStatusBarInSizeDiscussion
Indicates whether to extend the size of the view to include the current status bar size, for use in scenarios where the view might extend under the status bar on iOS 7 and above; this property has no effect on earlier versions of iOS.
Declared In
BFAppLinkReturnToRefererView.h