Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ami-aman committed Nov 1, 2023
1 parent 8d3fc92 commit e966998
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ios/CustomerioPushMessaging.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ class CustomerioPushMessaging: NSObject {

trackPushMetrics(payload: payload, event: .delivered)
}


// Get the currently registered device token for the app
@objc(getRegisteredDeviceToken:rejecter:)
func getRegisteredDeviceToken(resolver resolve: @escaping(RCTPromiseResolveBlock), rejecter reject: @escaping(RCTPromiseRejectBlock)) -> Void {

Expand Down

0 comments on commit e966998

Please sign in to comment.