maintainPresenceState
When true the SDK will resend the last channel state that was set using PubNub.setPresenceState for the current userId with every automatic heartbeat (if heartbeatInterval is greater than 0) and initial subscribe connection (also after e.g. loss of network).
Defaults to true.
Please note that maintainPresenceState doesn't apply to state that was set on channel groups. It is recommended to disable this option if you set state for channel groups using PubNub.setPresenceState otherwise that state may be overwritten by individual channel states.