move Session Time Start Debug Only
This is used for testing purposes. Check the method for additional information.
Moves the time forward on the server for the current user.
can be used to avoid having to wait 1 hour for the next RealityCheckMessage displayNotification to update.
mockTimeInMinutes is the total time you want to move ahead from the current moment in time.If the time is 10:15, and the method is called with mockTimeInMinutes = 15, then the sessionTime for the
current user will be 10:30. if its called again at 10:15 with the same mockTimeInMinutes, then the sessionTime
will still be 10:30. it will not be 10:45. if its called 10:16 again, then the sessionTime will be 10:31.
so "current session time + mockTimeInMinutes" is the total time that will be moved forward.
Parameters
The minutes you want to move time forward. (Moves it forward the amount of minutes since start on serverTime.) (20 minutes forward is not 2 calls of 10, but 1 call of 20)