acceptRealityCheck

abstract fun acceptRealityCheck(notificationId: String): Completable

Call this when the user accepts the RealityCheck notification displayed on the app UI. Check the method for additional information.

  • Must use the notificationId from the last received RealityCheckMessage.

  • It disables the next notification from being displayed for an hour.