Subscribe/Unsubscribe any user to their dapp

function subscribeToDapp(
    address user,
    bytes32 appID,
    bool subscriptionStatus,
    bool isOauthUser,
	    uint256[] memory _lists  // keep it empty array []
)

Based on the subscriptionStatus param, the user can be either subscribed or unsubscribed from that specific dapp.

Last updated