| | |
| | | // IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN |
| | | // CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
| | | |
| | | #import "TargetConditionals.h" |
| | | |
| | | #if !TARGET_OS_TV |
| | | |
| | | #import <Foundation/Foundation.h> |
| | | |
| | | #import "FBSDKAppLinkTarget.h" |
| | |
| | | from App Link metadata. |
| | | @param webURL the fallback web URL, if any, for the app link. |
| | | */ |
| | | + (instancetype)appLinkWithSourceURL:(NSURL *)sourceURL |
| | | + (instancetype)appLinkWithSourceURL:(nullable NSURL *)sourceURL |
| | | targets:(NSArray<FBSDKAppLinkTarget *> *)targets |
| | | webURL:(nullable NSURL *)webURL |
| | | NS_SWIFT_NAME(init(sourceURL:targets:webURL:)); |
| | | |
| | | /** The URL from which this FBSDKAppLink was derived */ |
| | | @property (nonatomic, strong, readonly) NSURL *sourceURL; |
| | | @property (nonatomic, strong, readonly, nullable) NSURL *sourceURL; |
| | | |
| | | /** |
| | | The ordered list of targets applicable to this platform that will be used |
| | |
| | | @end |
| | | |
| | | NS_ASSUME_NONNULL_END |
| | | |
| | | #endif |