Stay organized with collections
Save and categorize content based on your preferences.
Google.Play.Common.UnityPlayerHelper
Helper methods related to the UnityPlayer Java class.
Summary
Public static functions
|
GetCurrentActivity()
|
AndroidJavaObject
Gets the current activity running in Unity.
|
Public static functions
GetCurrentActivity
AndroidJavaObject GetCurrentActivity()
Gets the current activity running in Unity.
This object should be disposed after use.
Details |
Returns
|
A wrapped activity object. The AndroidJavaObject should be disposed.
|
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 2021-03-18 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 2021-03-18 UTC."],[],[],null,["# Google.Play.Common.UnityPlayerHelper Class Reference\n\nGoogle.Play.Common.UnityPlayerHelper\n====================================\n\nHelper methods related to the UnityPlayer Java class.\n\nSummary\n-------\n\n| ### Public static functions ||\n|------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------|\n| [GetCurrentActivity](#classGoogle_1_1Play_1_1Common_1_1UnityPlayerHelper_1a9aadc714ab5186d1c7f07fc7f0ebeb9a)`()` | `AndroidJavaObject` Gets the current activity running in Unity. |\n\nPublic static functions\n-----------------------\n\n### GetCurrentActivity\n\n```c#\nAndroidJavaObject GetCurrentActivity()\n``` \nGets the current activity running in Unity.\n\nThis object should be disposed after use.\n\n\u003cbr /\u003e\n\n| Details ||\n|-------------|----------------------------------------------------------------------|\n| **Returns** | A wrapped activity object. The AndroidJavaObject should be disposed. |"]]