React Native Firebase
    Preparing search index...

    Interface SessionResumptionConfigBeta

    Configuration for the session resumption mechanism.

    When included in the session setup, the server will send LiveSessionResumptionUpdate messages in the response stream.

    interface SessionResumptionConfig {
        handle?: string;
    }
    Index

    Properties

    Properties

    handle?: string

    The session resumption handle of the previous session to restore.

    If not present, a new session will be started.