Stay organized with collections
Save and categorize content based on your preferences.
GooglePlayGames.BasicApi.Events.IEvent
Data object representing an Event.
Summary
Native.PInvoke.EventManager for more.
Inheritance
Direct Known Subclasses:
GooglePlayGames.BasicApi.Events.Event
Properties
|
CurrentCount
|
ulong
The current count for this event.
|
Description
|
string
The description of the event.
|
Id
|
string
The ID of the event.
|
ImageUrl
|
string
The URL of the image for the event.
|
Name
|
string
The name of the event.
|
Visibility
|
EventVisibility
The visibility of the event.
|
Properties
CurrentCount
ulong CurrentCount
The current count for this event.
Description
string Description
The description of the event.
ImageUrl
string ImageUrl
The URL of the image for the event.
Empty if there is no image for this event.
The image URL.
Visibility
EventVisibility Visibility
The visibility of the event.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-07-08 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-08 UTC."],[],[],null,["# GooglePlayGames.BasicApi.Events.IEvent Interface Reference\n\nGooglePlayGames.BasicApi.Events.IEvent\n======================================\n\nData object representing an Event.\n\nSummary\n-------\n\nNative.PInvoke.EventManager for more.\n\n### Inheritance\n\nDirect Known Subclasses:[GooglePlayGames.BasicApi.Events.Event](/games/services/unity/v2/api/class/google-play-games/basic-api/events/event)\n\n| ### Properties ||\n|----------------------------------------------------------------------------------------------------------------------|------------------------------------------------|\n| [CurrentCount](#interface_google_play_games_1_1_basic_api_1_1_events_1_1_i_event_1a2f225206c85c3a0af7acef980d6d3e2d) | `ulong` The current count for this event. |\n| [Description](#interface_google_play_games_1_1_basic_api_1_1_events_1_1_i_event_1a0d513b9ccc0d868cc34628458a6773e6) | `string` The description of the event. |\n| [Id](#interface_google_play_games_1_1_basic_api_1_1_events_1_1_i_event_1ae1810c681eccd21137b21260829990b5) | `string` The ID of the event. |\n| [ImageUrl](#interface_google_play_games_1_1_basic_api_1_1_events_1_1_i_event_1a525fa65ffcaaf2a14593233eae2bf3a5) | `string` The URL of the image for the event. |\n| [Name](#interface_google_play_games_1_1_basic_api_1_1_events_1_1_i_event_1a37da68c56f3cecadcfa65b99e7ae9fca) | `string` The name of the event. |\n| [Visibility](#interface_google_play_games_1_1_basic_api_1_1_events_1_1_i_event_1ab36c6750d7fe08e0496f0239e83101e6) | `EventVisibility` The visibility of the event. |\n\nProperties\n----------\n\n### CurrentCount\n\n```c#\nulong CurrentCount\n``` \nThe current count for this event. \n\n### Description\n\n```c#\nstring Description\n``` \nThe description of the event. \n\n### Id\n\n```c#\nstring Id\n``` \nThe ID of the event. \n\n### ImageUrl\n\n```c#\nstring ImageUrl\n``` \nThe URL of the image for the event.\n\nEmpty if there is no image for this event.\n\nThe image URL. \n\n### Name\n\n```c#\nstring Name\n``` \nThe name of the event. \n\n### Visibility\n\n```c#\nEventVisibility Visibility\n``` \nThe visibility of the event."]]