timeout property

int? timeout
final

An optional duration (milliseconds) to determine the amount of time the CNotification should be displayed.

When the duration is finished, onClose is called.

Implementation

final int? timeout;