Share via


IPartnerComponent<TContext> Interface

Type Parameters

TContext

public interface IPartnerComponent

Represents a partner SDK component. The type of the component's context object.

Method Summary

Modifier and Type Method and Description
abstract TContext getContext()

Gets the component context object.

abstract IPartner getPartner()

Gets a reference to the partner operations instance that generated this component.

Method Details

getContext

public abstract TContext getContext()

Gets the component context object.

Returns:

The component context object.

getPartner

public abstract IPartner getPartner()

Gets a reference to the partner operations instance that generated this component.

Returns:

A reference to the partner operations instance that generated this component.

Applies to