Skip to content

Add callback for share actions #12

Open
@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

Projects

Status

To Do

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions