Interface UnbluPersonCustomActionInvocation

All Superinterfaces:
UnbluCustomActionInvocation

public interface UnbluPersonCustomActionInvocation extends UnbluCustomActionInvocation
An extension of the UnbluCustomActionInvocation interface for custom actions invoked on a person.
  • Method Details

    • getTargetPersonId

      String getTargetPersonId()
      Get the ID of the person the action was invoked on.
      Returns:
      The ID of the target person as a string.
    • getTargetPersonDisplayName

      String getTargetPersonDisplayName()
      Get the display name of the person the action was invoked on.
      Returns:
      The display name of the target person as a string.