TJActionRequest Class Reference
Inherits from | NSObject |
---|---|
Declared in | TJPlacement.h |
type
The type of the request
@property (nonatomic, assign) TJCActionRequestType type
Discussion
The type of the request
Declared In
TJPlacement.h
– completed
Called by your app to indicate that the request was processed successfully.
- (void)completed
Discussion
Called by your app to indicate that the request was processed successfully.
Declared In
TJPlacement.h
requestId
The identifier associated with the request.
@property (nonatomic, copy) NSString *requestId
Discussion
The identifier associated with the request.
Declared In
TJPlacement.h
token
The identifier associated with the request.
@property (nonatomic, copy) NSString *token
Discussion
The identifier associated with the request.
Declared In
TJPlacement.h