isPPGoPush

fun isPPGoPush(notificationIntent: Intent?): Boolean

function to check whether the given notification data belongs to the PPGo sender

Return

boolean

Parameters

notificationIntent
  • pending intent of clicked notification


fun isPPGoPush(notificationData: Map<String, String>): Boolean

function to check whether the given notification data belongs to the PPGo sender

Return

boolean

Parameters

notificationData
  • data field of received notification