Skip to content

Commit

Permalink
corrected comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
ketanyekale authored Jan 3, 2025
1 parent 735f9ac commit aa63fc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public static class JSONConstants {
* Constants used for FCM.
*/
public static class FCMConstants {
public static final String PROVIDER_ID "provider-id"; // As set in CometChat dashboard for pushnotification
public static final String PROVIDER_ID "provider-id"; // As set in CometChat dashboard for push notifications
public static final String KEY_UID = "UID";
public static final String KEY_DATA = "FCM_DATA";
public static final String REPLY_FROM_NOTIFICATION = "key_text_reply";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class AppConstants {
}

object FCMConstants {
const val PROVIDER_ID: String = "provider-id" // As set in CometChat dashboard for pushnotification
const val PROVIDER_ID: String = "provider-id" // As set in CometChat dashboard for push notifications
const val KEY_UID: String = "UID"
const val KEY_DATA: String = "FCM_DATA"
const val REPLY_FROM_NOTIFICATION: String = "key_text_reply"
Expand Down

0 comments on commit aa63fc0

Please sign in to comment.