Skip to content

Commit e0165c9

Browse files
committed
Added parameter comments
1 parent c4239df commit e0165c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Adjust/ADJEvent.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
* A transaction ID can be used to avoid duplicate revenue events. The last ten
7171
* transaction identifiers are remembered.
7272
*
73-
* @param The identifier used to avoid duplicate revenue events
73+
* @param transactionId The identifier used to avoid duplicate revenue events
7474
*/
7575
- (void) setTransactionId:(NSString *)transactionId;
7676

@@ -80,8 +80,8 @@
8080
*
8181
* Validate a in-app-purchase receipt.
8282
*
83-
* @param The receipt to validate
84-
* @param The identifier used to validate the receipt and to avoid duplicate revenue events
83+
* @param receipt The receipt to validate
84+
* @param transactionId The identifier used to validate the receipt and to avoid duplicate revenue events
8585
*/
8686
- (void) setReceipt:(NSData *)receipt transactionId:(NSString *)transactionId;
8787

0 commit comments

Comments
 (0)