TJActionRequest Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | TJPlacement.h |
Overview
Deprecated since 14.5.0 A request for an app to take an action, triggered by TJPlacement content.
type
The type of the request
@property (nonatomic, assign) TJCActionRequestType typeDiscussion
The type of the request
Declared In
TJPlacement.h
– completed
Called by your app to indicate that the request was processed successfully.
- (void)completedDiscussion
Called by your app to indicate that the request was processed successfully.
Declared In
TJPlacement.h
requestId
The identifier associated with the request.
@property (nullable, nonatomic, copy) NSString *requestIdDiscussion
The identifier associated with the request.
Declared In
TJPlacement.h
token
The identifier associated with the request.
@property (nullable, nonatomic, copy) NSString *tokenDiscussion
The identifier associated with the request.
Declared In
TJPlacement.h