Skip to content

Add callback for share actions #12

@MoKamal

Description

@MoKamal

Feature proposal

Add a callback to track when sharing actions occur.

Describe solution expectations

.addShareListener( event -> {
String platform = event.getDriver().name();
// For analytics tracking here
System.out.println("Shared via: " + platform + " at " + LocalDateTime.now());
});

Additional information

No response

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type
No fields configured for issues without a type.

Projects

Status
In Progress

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions