messageTTL (property)

The time-to-live value for this message.

Syntax

@property (nonatomic,readwrite,assign,getter=messageTTL,setter=setMessageTTL:) long long messageTTL;
- (long long)messageTTL;
- (void)setMessageTTL:(long long)newMessageTTL;
public var messageTTL: Int64 {
  get {...}
set {...} }

Default Value

-1

Remarks

The time-to-live value for this message.

This property specifies the time-to-live (TTL) value, in milliseconds, for this message. It may be -1 if this message does not have a TTL.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks IoT 2020 iOS Edition - Version 20.0 [Build 8265]