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 *appActionId

Discussion

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 *storeId

Discussion

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 *sourceToken

Discussion

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 *maxAgeSeconds

Discussion

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 *deepLinkScheme

Discussion

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 *appDisplayName

Discussion

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 *appIcon

Discussion

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 *requestTime

Discussion

The date/time the app action request was made.

Declared In

BTNAppActionMeta.h

– isExpired

Indicated whether or not the action has expired.

- (BOOL)isExpired

Return Value

YES is the action is expired, otherwise NO.

Discussion

Indicated whether or not the action has expired.

Declared In

BTNAppActionMeta.h