Skip to content

Commit

Permalink
feat: Add preInsert, postInsert and remove functions to Identify and …
Browse files Browse the repository at this point in the history
…Group Identify (#338)
  • Loading branch information
jooohhn authored Apr 1, 2021
1 parent bb5ef9e commit 4cc28bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/Amplitude/AMPIdentify.h
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@


/**
Preinsert the value of a given user property. If the value already exists, it will do no operation.
Pre-insert the value of a given user property. If the value already exists, it will do no operation.
@param property The user property key
Expand All @@ -168,7 +168,7 @@


/**
Postinsert the value of a given user property. If the value already exists, it will do no operation.
Post-insert the value of a given user property. If the value already exists, it will do no operation.
@param property The user property key
Expand Down

0 comments on commit 4cc28bf

Please sign in to comment.