Sony Addon SDK
public interface

IRegisterCallback

This project is no longer being supported and will not get any further updates.

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