ZEPETO.Module Package
The ZEPETO.Module package provides a comprehensive set of tools to easily integrate various features into your World, offering a range of functionalities right out of the box.
Package Functionality
Key Components
Classes
Primary Use Cases
Module.Shop
- Fetch a player's owned items using
ShopService.GetMyContentItemListAsync
. Learn more at the World SDK Guide. - Gift ZEPETO items to other players using
ShopService.ShowGiftPopup
. Learn more at the World SDK Guide. - Access and display item thumbnails with
ShopService.DownloadItemThumbnail
. Learn more at the World SDK Guide.
Module.Social
- Send a direct message to friends using
SocialService.OpenPopupDirectMessage
.
Learn more at the World SDK Guide.
- Fetch a list of followers for a local player using
SocialService.GetMyFollowerListAsync
. - Fetch a list of users that a specific user is following using
SocialService.GetUserFollowInfoAsync
. - Fetch status information about a follower-following relationship with the a local player using
SocialService.GetUserFollowStatusAsync
.
Learn more at the World SDK Guide.