Optional diagnostics
diagnostics?: {
edgeSessionClosed?(userMerchantReference): void;
edgeSessionCreated?(userMerchantReference): void;
}
Type declaration
edgeSessionClosed?:function
- edgeSessionClosed(userMerchantReference): void
Parameters
- userMerchantReference: string
Returns void
edgeSessionCreated?:function
- edgeSessionCreated(userMerchantReference): void
Parameters
- userMerchantReference: string
Returns void