Protocol

RFEventListener

Protocol to be implemented by host application to customize action for various SDK events

Declaration

protocol RFEventListener

Overview

This protocol must be implemented by host application’s own EventListener class that has customized action for each of the methods. When certain event occurs in the SDK system, SDK notifies the host app by triggering the RFEventLisetner instance passed by the host application.

Related Topic: initialize(hostVC:uid:initLocation:eventListener:initResultListener:)

Topics

Instance Methods