Inherits from NSObject
Declared in BFAppLinkTarget.h

Overview

Represents a target defined in App Link metadata, consisting of at least a URL, and optionally an App Store ID and name.

Properties

URL

The URL prefix for this app link target

@property (nonatomic, strong, readonly) NSURL *URL

Discussion

The URL prefix for this app link target

Declared In

BFAppLinkTarget.h

appName

The name of the app

@property (nonatomic, copy, readonly) NSString *appName

Discussion

The name of the app

Declared In

BFAppLinkTarget.h

appStoreId

The app ID for the app store

@property (nonatomic, copy, readonly) NSString *appStoreId

Discussion

The app ID for the app store

Declared In

BFAppLinkTarget.h

Class Methods

appLinkTargetWithURL:appStoreId:appName:

Creates a BFAppLinkTarget with the given app site and target URL.

+ (instancetype)appLinkTargetWithURL:(id)url appStoreId:(id)appStoreId appName:(id)appName

Discussion

Creates a BFAppLinkTarget with the given app site and target URL.

Declared In

BFAppLinkTarget.h