Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Unable To Get Callback on EventHandler  #4

@NidheeshVenugopal

Description

@NidheeshVenugopal

im using the connect-react-native-sdk on my react native app.

<FinicityConnect
connectUrl={'myfinicityconnecturl'}
eventHandlers={this.eventHandlers}
linkingUri={''}/>:null}

and event handler as

eventHandlers: ConnectEventHandlers ={
onDone: (event: ConnectDoneEvent) => {console.log('done event',event)},
onCancel: (event: ConnectCancelEvent) =>{console.log('cancel event',event)},
onError: (event: ConnectErrorEvent) => {console.log('error event',event)},
onRoute: (event: ConnectRouteEvent) => {console.log('rooute event',event)},
onUser: (event: any) => {console.log('any event',event)},
onLoad: () => {},
};

But im not getting any callback on this eventHandler when I complete the procedure. Is there any issue with the method , I'm calling?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions