SessionResumptionConfig.resume constructor

SessionResumptionConfig.resume(
  1. String handle
)

Creates a SessionResumptionConfig to resume a previous session.

handle is the session resumption handle received in a previous session's SessionResumptionUpdate.

Implementation

SessionResumptionConfig.resume(String this.handle);