InAppGlobalState

open class InAppGlobalState

Author

Umang Chamaria

Constructors

InAppGlobalState
Link copied to clipboard
open fun InAppGlobalState(globalDelay: Long, lastShowTime: Long, currentDeviceTime: Long)

Functions

toString
Link copied to clipboard
open fun toString(): String

Properties

currentDeviceTime
Link copied to clipboard
val currentDeviceTime: Long
Current Device time.
globalDelay
Link copied to clipboard
val globalDelay: Long
Global time delay for in-apps.
lastShowTime
Link copied to clipboard
val lastShowTime: Long
Last time any in-app was shown.