IPartnerComponent<TContext> Interface
Type Parameters
- TContext
public interface IPartnerComponent<TContext>
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:
getPartner
public abstract IPartner getPartner()
Gets a reference to the partner operations instance that generated this component.
Returns: