getRealityCheckMessages

abstract fun getRealityCheckMessages(): Observable<RealityCheckMessage>

Returns an observable that can/should be subscribed to, that will return the latest RealityCheckMessage object. Check the method for additional information.

  • when the cache is updated. The cache will automatically be updated every hour. (based on the time the user has been logged in and
    the app has been in the foreground)

Return

an observable that can be subscribed to.