react-native-firework-sdk
    Preparing search index...

    Interface SDKInitEvent

    interface SDKInitEvent {
        error?: null | FWError;
    }
    Index

    Properties

    Properties

    error?: null | FWError

    If error equals undefined/null, it means the initialization is successful.