|
41 | 41 | /**
|
42 | 42 | * Saves a user ID's project-to-experiment-to-variation mapping.
|
43 | 43 | *
|
44 |
| - * @param userId The user id that was used to generate the bucket value. |
| 44 | + * @param userId The user ID that was used to generate the bucket value. |
45 | 45 | * @param experimentKey An active experiment for which the user should be bucketed into.
|
46 | 46 | * @param variationKey The bucketed variation key.
|
47 | 47 | *
|
|
51 | 51 | variation:(nonnull NSString *)variationKey;
|
52 | 52 |
|
53 | 53 | /**
|
54 |
| - * Gets the saved variation for a given user id, project id, and experiment key. |
| 54 | + * Gets the saved variation for a given user ID, project ID, and experiment key. |
55 | 55 | *
|
56 |
| - * @param userId The user id that was used to generate the bucket value. |
| 56 | + * @param userId The user ID that was used to generate the bucket value. |
57 | 57 | * @param experimentKey An active experiment which the user was bucketed into.
|
58 | 58 | * @returns The variation that the user was bucketed into for the given project id and experiment key.
|
59 | 59 | *
|
|
62 | 62 | experiment:(nonnull NSString *)experimentKey;
|
63 | 63 |
|
64 | 64 | /**
|
65 |
| - * Removes a user id's project-to-experiment-to-variation mapping. |
| 65 | + * Removes a user ID's project-to-experiment-to-variation mapping. |
66 | 66 | *
|
67 |
| - * @param userId The user id that was used to generate the bucket value. |
| 67 | + * @param userId The user ID that was used to generate the bucket value. |
68 | 68 | * @param experimentKey An active experiment for which the user should be bucketed into.
|
69 | 69 | *
|
70 | 70 | **/
|
|
73 | 73 |
|
74 | 74 | /**
|
75 | 75 | * Cleans and removes all bucketing mapping for specific userId.
|
76 |
| - * @param userId The user id to remove all bucketing value. |
| 76 | + * @param userId The user ID to remove all bucketing value. |
77 | 77 | **/
|
78 | 78 | - (void)removeUserExperimentRecordsForUser:(nonnull NSString *)userId;
|
79 | 79 |
|
|
0 commit comments