IProfileCardActions interface
Plugin-facing service for contributing buttons to the game’s native profile card action bar. Each registered ProfileCardActionSpec becomes a styled button the framework injects into the card on open; the returned handle removes the action when disposed.
public interface IProfileCardActionsMembers
Section titled “Members”| name | description |
|---|---|
| Register(…) | Register an action button. Returns a handle; dispose it to remove the action. |
See Also
Section titled “See Also”- namespace Stellar.Abstractions.Services