SmartEyeglass SDK
public interface

IRegisterCallback

Class Overview

Callback interface used to notify the result of extension and source registration

Summary

Public Methods
void onExtensionRegisterResult(boolean onlySources, boolean success)

Callback with result of registration

Public Methods

public void onExtensionRegisterResult(boolean onlySources, boolean success)

Callback with result of registration

Parameters
onlySources True if only sources was refreshed. False if full registration.
success True on register success, false otherwise