Interface ProfileLookupCallback


public interface ProfileLookupCallback
  • Method Details

    • onProfileLookupSucceeded

      void onProfileLookupSucceeded(String profileName, UUID profileId)
    • onProfileLookupFailed

      void onProfileLookupFailed(String profileName, Exception exception)