Skip to main content
API Reference SwiftyNsdk

nsdkSession

This is called when a new frame has been sent to the underlying nsdk...

Declaration

func nsdkSession(_: NsdkSession, didUpdate nsdkFrame: NsdkFrameData)

Summary

This is called when a new frame has been sent to the underlying nsdk
@param session The nsdk session being run.
@param frame The nsdk frame that was just sent to the underlying native NSDK subsystems


ON THIS PAGE