BTNAppActionMeta Class Reference
| Inherits from | BTNModelObject |
|---|---|
| Declared in | BTNAppActionMeta.h |
Overview
App action metadata objects contain information about the referrer, destination app, and expiration of an app action.
appActionId
The app action identifier.
@property (nullable, nonatomic, copy, readonly) NSString *appActionIdDiscussion
The app action identifier.
Declared In
BTNAppActionMeta.h
storeId
The store id of the app represented by an app action.
@property (nullable, nonatomic, copy, readonly) NSString *storeIdDiscussion
The store id of the app represented by an app action.
Declared In
BTNAppActionMeta.h
sourceToken
The source/referrer token associated with an app action.
@property (nullable, nonatomic, copy, readonly) NSString *sourceTokenDiscussion
The source/referrer token associated with an app action.
Declared In
BTNAppActionMeta.h
maxAgeSeconds
The maximum age in seconds an app action is valid.
@property (nullable, nonatomic, copy, readonly) NSNumber *maxAgeSecondsDiscussion
The maximum age in seconds an app action is valid.
Declared In
BTNAppActionMeta.h
deepLinkScheme
The deep link scheme for enabling attended install.
@property (nullable, nonatomic, copy, readonly) NSURL *deepLinkSchemeDiscussion
The deep link scheme for enabling attended install.
Declared In
BTNAppActionMeta.h
appDisplayName
The name of the app represented by an app action.
@property (nullable, nonatomic, copy, readonly) NSString *appDisplayNameDiscussion
The name of the app represented by an app action.
Declared In
BTNAppActionMeta.h
appIcon
The icon of the app represented by an app action.
@property (nullable, nonatomic, copy, readonly) BTNImage *appIconDiscussion
The icon of the app represented by an app action.
Declared In
BTNAppActionMeta.h
requestTime
The date/time the app action request was made.
@property (nullable, nonatomic, copy, readonly) NSDate *requestTimeDiscussion
The date/time the app action request was made.
Declared In
BTNAppActionMeta.h
– isExpired
Indicated whether or not the action has expired.
- (BOOL)isExpiredReturn Value
YES is the action is expired, otherwise NO.
Discussion
Indicated whether or not the action has expired.
Declared In
BTNAppActionMeta.h