ProfileManager.IDataListener

EMDK For Xamarin 2.3

An interface for notifying client applications to notify processProfileAsync result.

Type -

Methods

OnData

public void OnData (Symbol.XamarinEMDK.ProfileManager.ResultData p0);

This is the callback method to be called upon the processProfileAsync task completion.

Parameters:

  • Symbol.XamarinEMDK.ProfileManager.ResultData p0 - ResultData object.

Returns - System.Void