1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441 |
- // <copyright file="PlayGamesPlatform.cs" company="Google Inc.">
- // Copyright (C) 2014 Google Inc. All Rights Reserved.
- //
- // Licensed under the Apache License, Version 2.0 (the "License");
- // you may not use this file except in compliance with the License.
- // You may obtain a copy of the License at
- //
- // http://www.apache.org/licenses/LICENSE-2.0
- //
- // Unless required by applicable law or agreed to in writing, software
- // distributed under the License is distributed on an "AS IS" BASIS,
- // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- // See the License for the specific language governing permissions and
- // limitations under the License.
- // </copyright>
- #if (UNITY_ANDROID || (UNITY_IPHONE && !NO_GPGS))
- namespace GooglePlayGames
- {
- using System;
- using System.Collections.Generic;
- using GooglePlayGames.BasicApi;
- using GooglePlayGames.BasicApi.Events;
- using GooglePlayGames.BasicApi.Multiplayer;
- using GooglePlayGames.BasicApi.Nearby;
- using GooglePlayGames.BasicApi.SavedGame;
- using GooglePlayGames.BasicApi.Video;
- using GooglePlayGames.OurUtils;
- using UnityEngine;
- using UnityEngine.SocialPlatforms;
- /// <summary>
- /// Provides access to the Google Play Games platform. This is an implementation of
- /// UnityEngine.SocialPlatforms.ISocialPlatform. Activate this platform by calling
- /// the <see cref="Activate" /> method, then authenticate by calling
- /// the <see cref="Authenticate" /> method. After authentication
- /// completes, you may call the other methods of this class. This is not a complete
- /// implementation of the ISocialPlatform interface. Methods lacking an implementation
- /// or whose behavior is at variance with the standard are noted as such.
- /// </summary>
- public class PlayGamesPlatform : ISocialPlatform
- {
- /// <summary>Singleton instance</summary>
- private static volatile PlayGamesPlatform sInstance = null;
- /// <summary>status of nearby connection initialization.</summary>
- private static volatile bool sNearbyInitializePending;
- /// <summary>Reference to the nearby client.</summary>
- /// <remarks>This is static since it can be used without using play game services.</remarks>
- private static volatile INearbyConnectionClient sNearbyConnectionClient;
- /// <summary>Configuration used to create this instance.</summary>
- private readonly PlayGamesClientConfiguration mConfiguration;
- /// <summary>The local user.</summary>
- private PlayGamesLocalUser mLocalUser = null;
- /// <summary>Reference to the platform specific implementation.</summary>
- private IPlayGamesClient mClient = null;
- /// <summary>the default leaderboard we show on ShowLeaderboardUI</summary>
- private string mDefaultLbUi = null;
- /// <summary>the mapping table from alias to leaderboard/achievement id.</summary>
- private Dictionary<string, string> mIdMap = new Dictionary<string, string>();
- /// <summary>
- /// Initializes a new instance of the <see cref="GooglePlayGames.PlayGamesPlatform"/> class.
- /// </summary>
- /// <param name="client">Implementation client to use for this instance.</param>
- internal PlayGamesPlatform(IPlayGamesClient client)
- {
- this.mClient = Misc.CheckNotNull(client);
- this.mLocalUser = new PlayGamesLocalUser(this);
- this.mConfiguration = PlayGamesClientConfiguration.DefaultConfiguration;
- }
- /// <summary>
- /// Initializes a new instance of the <see cref="GooglePlayGames.PlayGamesPlatform"/> class.
- /// </summary>
- /// <param name="configuration">Configuration object to use.</param>
- private PlayGamesPlatform(PlayGamesClientConfiguration configuration)
- {
- GooglePlayGames.OurUtils.Logger.w("Creating new PlayGamesPlatform");
- this.mLocalUser = new PlayGamesLocalUser(this);
- this.mConfiguration = configuration;
- }
- /// <summary>
- /// Gets or sets a value indicating whether debug logs are enabled. This property
- /// may be set before calling <see cref="Activate" /> method.
- /// </summary>
- /// <returns>
- /// <c>true</c> if debug log enabled; otherwise, <c>false</c>.
- /// </returns>
- public static bool DebugLogEnabled
- {
- get
- {
- return GooglePlayGames.OurUtils.Logger.DebugLogEnabled;
- }
- set
- {
- GooglePlayGames.OurUtils.Logger.DebugLogEnabled = value;
- }
- }
- /// <summary>
- /// Gets the singleton instance of the Play Games platform.
- /// </summary>
- /// <returns>
- /// The instance.
- /// </returns>
- public static PlayGamesPlatform Instance
- {
- get
- {
- if (sInstance == null)
- {
- GooglePlayGames.OurUtils.Logger.d(
- "Instance was not initialized, using default configuration.");
- InitializeInstance(PlayGamesClientConfiguration.DefaultConfiguration);
- }
- return sInstance;
- }
- }
- /// <summary>
- /// Gets the nearby connection client. NOTE: Can be null until the nearby client
- /// is initialized. Call InitializeNearby to use callback to be notified when initialization
- /// is complete.
- /// </summary>
- /// <value>The nearby.</value>
- public static INearbyConnectionClient Nearby
- {
- get
- {
- if (sNearbyConnectionClient == null && !sNearbyInitializePending)
- {
- sNearbyInitializePending = true;
- InitializeNearby(null);
- }
- return sNearbyConnectionClient;
- }
- }
- /// <summary> Gets the real time multiplayer API object</summary>
- public IRealTimeMultiplayerClient RealTime
- {
- get
- {
- return mClient.GetRtmpClient();
- }
- }
- /// <summary> Gets the turn based multiplayer API object</summary>
- public ITurnBasedMultiplayerClient TurnBased
- {
- get
- {
- return mClient.GetTbmpClient();
- }
- }
- /// <summary>Gets the saved game client object.</summary>
- /// <value>The saved game client.</value>
- public ISavedGameClient SavedGame
- {
- get
- {
- return mClient.GetSavedGameClient();
- }
- }
- /// <summary>Gets the events client object.</summary>
- /// <value>The events client.</value>
- public IEventsClient Events
- {
- get
- {
- return mClient.GetEventsClient();
- }
- }
- /// <summary>Gets the video client object.</summary>
- /// <value>The video client.</value>
- public IVideoClient Video
- {
- get
- {
- return mClient.GetVideoClient();
- }
- }
- /// <summary>
- /// Gets the local user.
- /// </summary>
- /// <returns>
- /// The local user.
- /// </returns>
- public ILocalUser localUser
- {
- get
- {
- return mLocalUser;
- }
- }
- /// <summary>
- /// Initializes the instance of Play Game Services platform.
- /// </summary>
- /// <remarks>This creates the singleton instance of the platform.
- /// Multiple calls to this method are ignored.
- /// </remarks>
- /// <param name="configuration">Configuration to use when initializing.</param>
- public static void InitializeInstance(PlayGamesClientConfiguration configuration)
- {
- if (sInstance != null)
- {
- GooglePlayGames.OurUtils.Logger.w(
- "PlayGamesPlatform already initialized. Ignoring this call.");
- return;
- }
- sInstance = new PlayGamesPlatform(configuration);
- }
- /// <summary>
- /// Initializes the nearby connection platform.
- /// </summary>
- /// <remarks>This call initializes the nearby connection platform. This
- /// is independent of the Play Game Services initialization. Multiple
- /// calls to this method are ignored.
- /// </remarks>
- /// <param name="callback">Callback invoked when complete.</param>
- public static void InitializeNearby(Action<INearbyConnectionClient> callback)
- {
- Debug.Log("Calling InitializeNearby!");
- if (sNearbyConnectionClient == null)
- {
- #if UNITY_ANDROID && !UNITY_EDITOR
- NearbyConnectionClientFactory.Create(client => {
- Debug.Log("Nearby Client Created!!");
- sNearbyConnectionClient = client;
- if (callback != null) {
- callback.Invoke(client);
- }
- else {
- Debug.Log("Initialize Nearby callback is null");
- }
- });
- #else
- sNearbyConnectionClient = new DummyNearbyConnectionClient();
- if (callback != null)
- {
- callback.Invoke(sNearbyConnectionClient);
- }
- #endif
- }
- else if (callback != null)
- {
- Debug.Log("Nearby Already initialized: calling callback directly");
- callback.Invoke(sNearbyConnectionClient);
- }
- else
- {
- Debug.Log("Nearby Already initialized");
- }
- }
- /// <summary>
- /// Activates the Play Games platform as the implementation of Social.Active.
- /// After calling this method, you can call methods on Social.Active. For
- /// example, <c>Social.Active.Authenticate()</c>.
- /// </summary>
- /// <returns>The singleton <see cref="PlayGamesPlatform" /> instance.</returns>
- public static PlayGamesPlatform Activate()
- {
- GooglePlayGames.OurUtils.Logger.d("Activating PlayGamesPlatform.");
- Social.Active = PlayGamesPlatform.Instance;
- GooglePlayGames.OurUtils.Logger.d(
- "PlayGamesPlatform activated: " + Social.Active);
- return PlayGamesPlatform.Instance;
- }
- /// <summary>Gets pointer to the Google API client.</summary>
- /// <remarks>This is provided as a helper to making additional JNI calls.
- /// This connection is initialized and controlled by the underlying SDK.
- /// </remarks>
- /// <returns>The pointer of the client. Zero on non-android platforms.</returns>
- public IntPtr GetApiClient()
- {
- return mClient.GetApiClient();
- }
- /// <summary>
- /// Sets the gravity for popups (Android only).
- /// </summary>
- /// <remarks>This can only be called after authentication. It affects
- /// popups for achievements and other game services elements.</remarks>
- /// <param name="gravity">Gravity for the popup.</param>
- public void SetGravityForPopups(Gravity gravity) {
- mClient.SetGravityForPopups(gravity);
- }
- /// <summary>
- /// Specifies that the ID <c>fromId</c> should be implicitly replaced by <c>toId</c>
- /// on any calls that take a leaderboard or achievement ID.
- /// </summary>
- /// <remarks> After a mapping is
- /// registered, you can use <c>fromId</c> instead of <c>toId</c> when making a call.
- /// For example, the following two snippets are equivalent:
- /// <code>
- /// ReportProgress("Cfiwjew894_AQ", 100.0, callback);
- /// </code>
- /// ...is equivalent to:
- /// <code>
- /// AddIdMapping("super-combo", "Cfiwjew894_AQ");
- /// ReportProgress("super-combo", 100.0, callback);
- /// </code>
- /// </remarks>
- /// <param name='fromId'>
- /// The identifier to map.
- /// </param>
- /// <param name='toId'>
- /// The identifier that <c>fromId</c> will be mapped to.
- /// </param>
- public void AddIdMapping(string fromId, string toId)
- {
- mIdMap[fromId] = toId;
- }
- /// <summary>
- /// Authenticate the local user with the Google Play Games service.
- /// </summary>
- /// <param name='callback'>
- /// The callback to call when authentication finishes. It will be called
- /// with <c>true</c> if authentication was successful, <c>false</c>
- /// otherwise.
- /// </param>
- public void Authenticate(Action<bool> callback)
- {
- Authenticate(callback, false);
- }
- /// <summary>
- /// Authenticate the local user with the Google Play Games service.
- /// </summary>
- /// <param name='callback'>
- /// The callback to call when authentication finishes. It will be called
- /// with <c>true</c> if authentication was successful, <c>false</c>
- /// otherwise.
- /// </param>
- public void Authenticate(Action<bool, string> callback)
- {
- Authenticate(callback, false);
- }
- /// <summary>
- /// Authenticate the local user with the Google Play Games service.
- /// </summary>
- /// <param name='callback'>
- /// The callback to call when authentication finishes. It will be called
- /// with <c>true</c> if authentication was successful, <c>false</c>
- /// otherwise.
- /// </param>
- /// <param name='silent'>
- /// Indicates whether authentication should be silent. If <c>false</c>,
- /// authentication may show popups and interact with the user to obtain
- /// authorization. If <c>true</c>, there will be no popups or interaction with
- /// the user, and the authentication will fail instead if such interaction
- /// is required. A typical pattern is to try silent authentication on startup
- /// and, if that fails, present the user with a "Sign in" button that then
- /// triggers normal (not silent) authentication.
- /// </param>
- public void Authenticate(Action<bool> callback, bool silent)
- {
- Authenticate((bool success, string msg) => callback(success), silent);
- }
- /// <summary>
- /// Authenticate the local user with the Google Play Games service.
- /// </summary>
- /// <param name='callback'>
- /// The callback to call when authentication finishes. It will be called
- /// with <c>true</c> if authentication was successful, <c>false</c>
- /// otherwise.
- /// </param>
- /// <param name='silent'>
- /// Indicates whether authentication should be silent. If <c>false</c>,
- /// authentication may show popups and interact with the user to obtain
- /// authorization. If <c>true</c>, there will be no popups or interaction with
- /// the user, and the authentication will fail instead if such interaction
- /// is required. A typical pattern is to try silent authentication on startup
- /// and, if that fails, present the user with a "Sign in" button that then
- /// triggers normal (not silent) authentication.
- /// </param>
- public void Authenticate(Action<bool, string> callback, bool silent)
- {
- // make a platform-specific Play Games client
- if (mClient == null)
- {
- GooglePlayGames.OurUtils.Logger.d(
- "Creating platform-specific Play Games client.");
- mClient = PlayGamesClientFactory.GetPlatformPlayGamesClient(mConfiguration);
- }
- // authenticate!
- mClient.Authenticate(callback, silent);
- }
- /// <summary>
- /// Provided for compatibility with ISocialPlatform.
- /// </summary>
- /// <seealso cref="Authenticate(Action<bool>,bool)"/>
- /// <param name="unused">Unused parameter for this implementation.</param>
- /// <param name="callback">Callback invoked when complete.</param>
- public void Authenticate(ILocalUser unused, Action<bool> callback)
- {
- Authenticate(callback, false);
- }
- /// <summary>
- /// Provided for compatibility with ISocialPlatform.
- /// </summary>
- /// <seealso cref="Authenticate(Action<bool>,bool)"/>
- /// <param name="unused">Unused parameter for this implementation.</param>
- /// <param name="callback">Callback invoked when complete.</param>
- public void Authenticate(ILocalUser unused, Action<bool, string> callback)
- {
- Authenticate(callback, false);
- }
- /// <summary>
- /// Determines whether the user is authenticated.
- /// </summary>
- /// <returns>
- /// <c>true</c> if the user is authenticated; otherwise, <c>false</c>.
- /// </returns>
- public bool IsAuthenticated()
- {
- return mClient != null && mClient.IsAuthenticated();
- }
- /// <summary>Sign out. After signing out,
- /// Authenticate must be called again to sign back in.
- /// </summary>
- public void SignOut()
- {
- if (mClient != null)
- {
- mClient.SignOut();
- }
- mLocalUser = new PlayGamesLocalUser(this);
- }
- /// <summary>
- /// Loads the users.
- /// </summary>
- /// <param name="userIds">User identifiers.</param>
- /// <param name="callback">Callback invoked when complete.</param>
- public void LoadUsers(string[] userIds, Action<IUserProfile[]> callback)
- {
- if (!IsAuthenticated())
- {
- GooglePlayGames.OurUtils.Logger.e(
- "GetUserId() can only be called after authentication.");
- callback(new IUserProfile[0]);
- return;
- }
- mClient.LoadUsers(userIds, callback);
- }
- /// <summary>
- /// Returns the user's Google ID.
- /// </summary>
- /// <returns>
- /// The user's Google ID. No guarantees are made as to the meaning or format of
- /// this identifier except that it is unique to the user who is signed in.
- /// </returns>
- public string GetUserId()
- {
- if (!IsAuthenticated())
- {
- GooglePlayGames.OurUtils.Logger.e(
- "GetUserId() can only be called after authentication.");
- return "0";
- }
- return mClient.GetUserId();
- }
- /// <summary>
- /// Get an id token for the user.
- /// </summary>
- public string GetIdToken()
- {
- if (mClient != null)
- {
- return mClient.GetIdToken();
- }
- OurUtils.Logger.e("No client available, returning null.");
- return null;
- }
- /// <summary>
- /// Gets the server auth code.
- /// </summary>
- /// <remarks>This code is used by the server application in order to get
- /// an oauth token. For how to use this acccess token please see:
- /// https://developers.google.com/drive/v2/web/auth/web-server.
- /// To get another server auth code after the initial one returned, call
- /// GetAnotherServerAuthCode().
- /// </remarks>
- public string GetServerAuthCode()
- {
- if (mClient != null && mClient.IsAuthenticated())
- {
- return mClient.GetServerAuthCode();
- }
- return null;
- }
- /// <summary>
- /// Gets another server auth code.
- /// </summary>
- /// <remarks>This method should be called after authenticating, and exchanging
- /// the initial server auth code for a token. This is implemented by signing in
- /// silently, which if successful returns almost immediately and with a new
- /// server auth code.
- /// </remarks>
- /// <param name="reAuthenticateIfNeeded">Calls Authenticate if needed when
- /// retrieving another auth code. </param>
- /// <param name="callback">Callback returning the auth code or null
- /// if there was an error. NOTE: This callback can return immediately.</param>
- public void GetAnotherServerAuthCode(bool reAuthenticateIfNeeded,
- Action<string> callback)
- {
- if(mClient != null && mClient.IsAuthenticated()) {
- mClient.GetAnotherServerAuthCode(reAuthenticateIfNeeded, callback);
- }
- else if (mClient != null && reAuthenticateIfNeeded)
- {
- mClient.Authenticate((success, msg) => {
- if (success) {
- callback(mClient.GetServerAuthCode());
- } else {
- OurUtils.Logger.e("Re-authentication failed: " + msg);
- callback(null);
- }
- }, false);
- }
- else
- {
- OurUtils.Logger.e("Cannot call GetAnotherServerAuthCode: not authenticated");
- callback(null);
- }
- }
- /// <summary>
- /// Gets the user's email.
- /// </summary>
- public string GetUserEmail()
- {
- return mClient.GetUserEmail();
- }
- /// <summary>
- /// Gets the player stats.
- /// </summary>
- /// <param name="callback">Callback invoked when completed.</param>
- public void GetPlayerStats(Action<CommonStatusCodes, PlayerStats> callback)
- {
- if (mClient != null && mClient.IsAuthenticated())
- {
- mClient.GetPlayerStats(callback);
- }
- else
- {
- GooglePlayGames.OurUtils.Logger.e(
- "GetPlayerStats can only be called after authentication.");
- callback(CommonStatusCodes.SignInRequired, new PlayerStats());
- }
- }
- /// <summary>
- /// Returns the achievement corresponding to the passed achievement identifier.
- /// </summary>
- /// <returns>
- /// The achievement corresponding to the identifer. <code>null</code> if no such
- /// achievement is found or if the user is not authenticated.
- /// </returns>
- /// <param name="achievementId">
- /// The identifier of the achievement.
- /// </param>
- public Achievement GetAchievement(string achievementId)
- {
- if (!IsAuthenticated())
- {
- GooglePlayGames.OurUtils.Logger.e(
- "GetAchievement can only be called after authentication.");
- return null;
- }
- return mClient.GetAchievement(achievementId);
- }
- /// <summary>
- /// Returns the user's display name.
- /// </summary>
- /// <returns>
- /// The user display name (e.g. "Bruno Oliveira")
- /// </returns>
- public string GetUserDisplayName()
- {
- if (!IsAuthenticated())
- {
- GooglePlayGames.OurUtils.Logger.e(
- "GetUserDisplayName can only be called after authentication.");
- return string.Empty;
- }
- return mClient.GetUserDisplayName();
- }
- /// <summary>
- /// Returns the user's avatar URL if they have one.
- /// </summary>
- /// <returns>
- /// The URL, or <code>null</code> if the user is not authenticated or does not have
- /// an avatar.
- /// </returns>
- public string GetUserImageUrl()
- {
- if (!IsAuthenticated())
- {
- GooglePlayGames.OurUtils.Logger.e(
- "GetUserImageUrl can only be called after authentication.");
- return null;
- }
- return mClient.GetUserImageUrl();
- }
- /// <summary>
- /// Reports the progress of an achievement (reveal, unlock or increment). This method attempts
- /// to implement the expected behavior of ISocialPlatform.ReportProgress as closely as possible,
- /// as described below. Although this method works with incremental achievements for compatibility
- /// purposes, calling this method for incremental achievements is not recommended,
- /// since the Play Games API exposes incremental achievements in a very different way
- /// than the interface presented by ISocialPlatform.ReportProgress. The implementation of this
- /// method for incremental achievements attempts to produce the correct result, but may be
- /// imprecise. If possible, call <see cref="IncrementAchievement" /> instead.
- /// </summary>
- /// <param name='achievementID'>
- /// The ID of the achievement to unlock, reveal or increment. This can be a raw Google Play
- /// Games achievement ID (alphanumeric string), or an alias that was previously configured
- /// by a call to <see cref="AddIdMapping" />.
- /// </param>
- /// <param name='progress'>
- /// Progress of the achievement. If the achievement is standard (not incremental), then
- /// a progress of 0.0 will reveal the achievement and 100.0 will unlock it. Behavior of other
- /// values is undefined. If the achievement is incremental, then this value is interpreted
- /// as the total percentage of the achievement's progress that the player should have
- /// as a result of this call (regardless of the progress they had before). So if the
- /// player's previous progress was 30% and this call specifies 50.0, the new progress will
- /// be 50% (not 80%).
- /// </param>
- /// <param name='callback'>
- /// Callback that will be called to report the result of the operation: <c>true</c> on
- /// success, <c>false</c> otherwise.
- /// </param>
- public void ReportProgress(string achievementID, double progress, Action<bool> callback)
- {
- if (!IsAuthenticated())
- {
- GooglePlayGames.OurUtils.Logger.e(
- "ReportProgress can only be called after authentication.");
- if (callback != null)
- {
- callback.Invoke(false);
- }
- return;
- }
- // map ID, if it's in the dictionary
- GooglePlayGames.OurUtils.Logger.d(
- "ReportProgress, " + achievementID + ", " + progress);
- achievementID = MapId(achievementID);
- // if progress is 0.0, we just want to reveal it
- if (progress < 0.000001)
- {
- GooglePlayGames.OurUtils.Logger.d(
- "Progress 0.00 interpreted as request to reveal.");
- mClient.RevealAchievement(achievementID, callback);
- return;
- }
- // figure out if it's a standard or incremental achievement
- bool isIncremental = false;
- int curSteps = 0, totalSteps = 0;
- Achievement ach = mClient.GetAchievement(achievementID);
- if (ach == null)
- {
- GooglePlayGames.OurUtils.Logger.w(
- "Unable to locate achievement " + achievementID);
- GooglePlayGames.OurUtils.Logger.w(
- "As a quick fix, assuming it's standard.");
- isIncremental = false;
- }
- else
- {
- isIncremental = ach.IsIncremental;
- curSteps = ach.CurrentSteps;
- totalSteps = ach.TotalSteps;
- GooglePlayGames.OurUtils.Logger.d(
- "Achievement is " + (isIncremental ? "INCREMENTAL" : "STANDARD"));
- if (isIncremental)
- {
- GooglePlayGames.OurUtils.Logger.d(
- "Current steps: " + curSteps + "/" + totalSteps);
- }
- }
- // do the right thing depending on the achievement type
- if (isIncremental)
- {
- // increment it to the target percentage (approximate)
- GooglePlayGames.OurUtils.Logger.d("Progress " + progress +
- " interpreted as incremental target (approximate).");
- if (progress >= 0.0 && progress <= 1.0)
- {
- // in a previous version, incremental progress was reported by using the range [0-1]
- GooglePlayGames.OurUtils.Logger.w(
- "Progress " + progress +
- " is less than or equal to 1. You might be trying to use values in the range of [0,1], while values are expected to be within the range [0,100]. If you are using the latter, you can safely ignore this message.");
- }
- int targetSteps = (int)Math.Round((progress / 100f) * totalSteps);
- int numSteps = targetSteps - curSteps;
- GooglePlayGames.OurUtils.Logger.d("Target steps: " +
- targetSteps + ", cur steps:" + curSteps);
- GooglePlayGames.OurUtils.Logger.d("Steps to increment: " +
- numSteps);
- // handle incremental achievements with 0 steps
- if (numSteps >= 0)
- {
- mClient.IncrementAchievement(achievementID, numSteps, callback);
- }
- }
- else if (progress >= 100)
- {
- // unlock it!
- GooglePlayGames.OurUtils.Logger.d(
- "Progress " + progress + " interpreted as UNLOCK.");
- mClient.UnlockAchievement(achievementID, callback);
- }
- else
- {
- // not enough to unlock
- GooglePlayGames.OurUtils.Logger.d("Progress " + progress +
- " not enough to unlock non-incremental achievement.");
- }
- }
- /// <summary>
- /// Reveals the achievement with the passed identifier. This is a Play Games extension of the ISocialPlatform API.
- /// </summary>
- /// <remarks>If the operation succeeds, the callback
- /// will be invoked on the game thread with <code>true</code>. If the operation fails, the
- /// callback will be invoked with <code>false</code>. This operation will immediately fail if
- /// the user is not authenticated (i.e. the callback will immediately be invoked with
- /// <code>false</code>). If the achievement is already in a revealed state, this call will
- /// succeed immediately.
- /// </remarks>
- /// <param name='achievementID'>
- /// The ID of the achievement to increment. This can be a raw Google Play
- /// Games achievement ID (alphanumeric string), or an alias that was previously configured
- /// by a call to <see cref="AddIdMapping" />.
- /// </param>
- /// <param name='callback'>
- /// The callback to call to report the success or failure of the operation. The callback
- /// will be called with <c>true</c> to indicate success or <c>false</c> for failure.
- /// </param>
- public void RevealAchievement(string achievementID, Action<bool> callback = null)
- {
- if (!IsAuthenticated())
- {
- GooglePlayGames.OurUtils.Logger.e(
- "RevealAchievement can only be called after authentication.");
- if (callback != null)
- {
- callback.Invoke(false);
- }
- return;
- }
- // map ID, if it's in the dictionary
- GooglePlayGames.OurUtils.Logger.d(
- "RevealAchievement: " + achievementID);
- achievementID = MapId(achievementID);
- mClient.RevealAchievement(achievementID, callback);
- }
- /// <summary>
- /// Unlocks the achievement with the passed identifier. This is a Play Games extension of the ISocialPlatform API.
- /// </summary>
- /// <remarks>If the operation succeeds, the callback
- /// will be invoked on the game thread with <code>true</code>. If the operation fails, the
- /// callback will be invoked with <code>false</code>. This operation will immediately fail if
- /// the user is not authenticated (i.e. the callback will immediately be invoked with
- /// <code>false</code>). If the achievement is already unlocked, this call will
- /// succeed immediately.
- /// </remarks>
- /// <param name='achievementID'>
- /// The ID of the achievement to increment. This can be a raw Google Play
- /// Games achievement ID (alphanumeric string), or an alias that was previously configured
- /// by a call to <see cref="AddIdMapping" />.
- /// </param>
- /// <param name='callback'>
- /// The callback to call to report the success or failure of the operation. The callback
- /// will be called with <c>true</c> to indicate success or <c>false</c> for failure.
- /// </param>
- public void UnlockAchievement(string achievementID, Action<bool> callback = null)
- {
- if (!IsAuthenticated())
- {
- GooglePlayGames.OurUtils.Logger.e(
- "UnlockAchievement can only be called after authentication.");
- if (callback != null)
- {
- callback.Invoke(false);
- }
- return;
- }
- // map ID, if it's in the dictionary
- GooglePlayGames.OurUtils.Logger.d(
- "UnlockAchievement: " + achievementID);
- achievementID = MapId(achievementID);
- mClient.UnlockAchievement(achievementID, callback);
- }
- /// <summary>
- /// Increments an achievement. This is a Play Games extension of the ISocialPlatform API.
- /// </summary>
- /// <param name='achievementID'>
- /// The ID of the achievement to increment. This can be a raw Google Play
- /// Games achievement ID (alphanumeric string), or an alias that was previously configured
- /// by a call to <see cref="AddIdMapping" />.
- /// </param>
- /// <param name='steps'>
- /// The number of steps to increment the achievement by.
- /// </param>
- /// <param name='callback'>
- /// The callback to call to report the success or failure of the operation. The callback
- /// will be called with <c>true</c> to indicate success or <c>false</c> for failure.
- /// </param>
- public void IncrementAchievement(string achievementID, int steps, Action<bool> callback)
- {
- if (!IsAuthenticated())
- {
- GooglePlayGames.OurUtils.Logger.e(
- "IncrementAchievement can only be called after authentication.");
- if (callback != null)
- {
- callback.Invoke(false);
- }
- return;
- }
- // map ID, if it's in the dictionary
- GooglePlayGames.OurUtils.Logger.d(
- "IncrementAchievement: " + achievementID + ", steps " + steps);
- achievementID = MapId(achievementID);
- mClient.IncrementAchievement(achievementID, steps, callback);
- }
- /// <summary>
- /// Set an achievement to have at least the given number of steps completed.
- /// Calling this method while the achievement already has more steps than
- /// the provided value is a no-op. Once the achievement reaches the
- /// maximum number of steps, the achievement is automatically unlocked,
- /// and any further mutation operations are ignored.
- /// </summary>
- /// <param name='achievementID'>
- /// The ID of the achievement to increment. This can be a raw Google Play
- /// Games achievement ID (alphanumeric string), or an alias that was previously configured
- /// by a call to <see cref="AddIdMapping" />.
- /// </param>
- /// <param name='steps'>
- /// The number of steps to increment the achievement by.
- /// </param>
- /// <param name='callback'>
- /// The callback to call to report the success or failure of the operation. The callback
- /// will be called with <c>true</c> to indicate success or <c>false</c> for failure.
- /// </param>
- public void SetStepsAtLeast(string achievementID, int steps, Action<bool> callback)
- {
- if (!IsAuthenticated())
- {
- GooglePlayGames.OurUtils.Logger.e(
- "SetStepsAtLeast can only be called after authentication.");
- if (callback != null)
- {
- callback.Invoke(false);
- }
- return;
- }
- // map ID, if it's in the dictionary
- GooglePlayGames.OurUtils.Logger.d(
- "SetStepsAtLeast: " + achievementID + ", steps " + steps);
- achievementID = MapId(achievementID);
- mClient.SetStepsAtLeast(achievementID, steps, callback);
- }
- /// <summary>
- /// Loads the Achievement descriptions.
- /// </summary>
- /// <param name="callback">The callback to receive the descriptions</param>
- public void LoadAchievementDescriptions(Action<IAchievementDescription[]> callback)
- {
- if (!IsAuthenticated())
- {
- GooglePlayGames.OurUtils.Logger.e(
- "LoadAchievementDescriptions can only be called after authentication.");
- if (callback != null)
- {
- callback.Invoke(null);
- }
- return;
- }
- mClient.LoadAchievements(ach =>
- {
- IAchievementDescription[] data = new IAchievementDescription[ach.Length];
- for (int i = 0; i < data.Length; i++)
- {
- data[i] = new PlayGamesAchievement(ach[i]);
- }
- callback.Invoke(data);
- });
- }
- /// <summary>
- /// Loads the achievement state for the current user.
- /// </summary>
- /// <param name="callback">The callback to receive the achievements</param>
- public void LoadAchievements(Action<IAchievement[]> callback)
- {
- if (!IsAuthenticated())
- {
- GooglePlayGames.OurUtils.Logger.e("LoadAchievements can only be called after authentication.");
- callback.Invoke(null);
- return;
- }
- mClient.LoadAchievements(ach =>
- {
- IAchievement[] data = new IAchievement[ach.Length];
- for (int i = 0; i < data.Length; i++)
- {
- data[i] = new PlayGamesAchievement(ach[i]);
- }
- callback.Invoke(data);
- });
- }
- /// <summary>
- /// Creates an achievement object which may be subsequently used to report an
- /// achievement.
- /// </summary>
- /// <returns>
- /// The achievement object.
- /// </returns>
- public IAchievement CreateAchievement()
- {
- return new PlayGamesAchievement();
- }
- /// <summary>
- /// Reports a score to a leaderboard.
- /// </summary>
- /// <param name='score'>
- /// The score to report.
- /// </param>
- /// <param name='board'>
- /// The ID of the leaderboard on which the score is to be posted. This may be a raw
- /// Google Play Games leaderboard ID or an alias configured through a call to
- /// <see cref="AddIdMapping" />.
- /// </param>
- /// <param name='callback'>
- /// The callback to call to report the success or failure of the operation. The callback
- /// will be called with <c>true</c> to indicate success or <c>false</c> for failure.
- /// </param>
- public void ReportScore(long score, string board, Action<bool> callback)
- {
- if (!IsAuthenticated())
- {
- GooglePlayGames.OurUtils.Logger.e("ReportScore can only be called after authentication.");
- if (callback != null)
- {
- callback.Invoke(false);
- }
- return;
- }
- GooglePlayGames.OurUtils.Logger.d("ReportScore: score=" + score + ", board=" + board);
- string leaderboardId = MapId(board);
- mClient.SubmitScore(leaderboardId, score, callback);
- }
- /// <summary>
- /// Submits the score for the currently signed-in player
- /// to the leaderboard associated with a specific id
- /// and metadata (such as something the player did to earn the score).
- /// </summary>
- /// <param name="score">Score to report.</param>
- /// <param name="board">leaderboard id.</param>
- /// <param name="metadata">metadata about the score.</param>
- /// <param name="callback">Callback invoked upon completion.</param>
- public void ReportScore(long score, string board, string metadata, Action<bool> callback)
- {
- if (!IsAuthenticated())
- {
- GooglePlayGames.OurUtils.Logger.e("ReportScore can only be called after authentication.");
- if (callback != null)
- {
- callback.Invoke(false);
- }
- return;
- }
- GooglePlayGames.OurUtils.Logger.d("ReportScore: score=" + score +
- ", board=" + board +
- " metadata=" + metadata);
- string leaderboardId = MapId(board);
- mClient.SubmitScore(leaderboardId, score, metadata, callback);
- }
- /// <summary>
- /// Loads the scores relative the player.
- /// </summary>
- /// <remarks>This returns the 25
- /// (which is the max results returned by the SDK per call) scores
- /// that are around the player's score on the Public, all time leaderboard.
- /// Use the overloaded methods which are specific to GPGS to modify these
- /// parameters.
- /// </remarks>
- /// <param name="leaderboardId">Leaderboard Id</param>
- /// <param name="callback">Callback to invoke when completed.</param>
- public void LoadScores(string leaderboardId, Action<IScore[]> callback)
- {
- LoadScores(
- leaderboardId,
- LeaderboardStart.PlayerCentered,
- mClient.LeaderboardMaxResults(),
- LeaderboardCollection.Public,
- LeaderboardTimeSpan.AllTime,
- (scoreData) => callback(scoreData.Scores));
- }
- /// <summary>
- /// Loads the scores using the provided parameters.
- /// </summary>
- /// <param name="leaderboardId">Leaderboard identifier.</param>
- /// <param name="start">Start either top scores, or player centered.</param>
- /// <param name="rowCount">Row count. the number of rows to return.</param>
- /// <param name="collection">Collection. social or public</param>
- /// <param name="timeSpan">Time span. daily, weekly, all-time</param>
- /// <param name="callback">Callback to invoke when completed.</param>
- public void LoadScores(
- string leaderboardId,
- LeaderboardStart start,
- int rowCount,
- LeaderboardCollection collection,
- LeaderboardTimeSpan timeSpan,
- Action<LeaderboardScoreData> callback)
- {
- if (!IsAuthenticated())
- {
- GooglePlayGames.OurUtils.Logger.e("LoadScores can only be called after authentication.");
- callback(new LeaderboardScoreData(
- leaderboardId,
- ResponseStatus.NotAuthorized));
- return;
- }
- mClient.LoadScores(
- leaderboardId,
- start,
- rowCount,
- collection,
- timeSpan,
- callback);
- }
- /// <summary>
- /// Loads more scores.
- /// </summary>
- /// <remarks>This is used to load the next "page" of scores. </remarks>
- /// <param name="token">Token used to recording the loading.</param>
- /// <param name="rowCount">Row count.</param>
- /// <param name="callback">Callback invoked when complete.</param>
- public void LoadMoreScores(
- ScorePageToken token,
- int rowCount,
- Action<LeaderboardScoreData> callback)
- {
- if (!IsAuthenticated())
- {
- GooglePlayGames.OurUtils.Logger.e("LoadMoreScores can only be called after authentication.");
- callback(
- new LeaderboardScoreData(
- token.LeaderboardId,
- ResponseStatus.NotAuthorized));
- return;
- }
- mClient.LoadMoreScores(token, rowCount, callback);
- }
- /// <summary>
- /// Returns a leaderboard object that can be configured to
- /// load scores.
- /// </summary>
- /// <returns>The leaderboard object.</returns>
- public ILeaderboard CreateLeaderboard()
- {
- return new PlayGamesLeaderboard(mDefaultLbUi);
- }
- /// <summary>
- /// Shows the standard Google Play Games achievements user interface,
- /// which allows the player to browse their achievements.
- /// </summary>
- public void ShowAchievementsUI()
- {
- ShowAchievementsUI(null);
- }
- /// <summary>
- /// Shows the standard Google Play Games achievements user interface,
- /// which allows the player to browse their achievements.
- /// </summary>
- /// <param name="callback">If non-null, the callback is invoked when
- /// the achievement UI is dismissed</param>
- public void ShowAchievementsUI(Action<UIStatus> callback)
- {
- if (!IsAuthenticated())
- {
- GooglePlayGames.OurUtils.Logger.e("ShowAchievementsUI can only be called after authentication.");
- return;
- }
- GooglePlayGames.OurUtils.Logger.d("ShowAchievementsUI callback is " + callback);
- mClient.ShowAchievementsUI(callback);
- }
- /// <summary>
- /// Shows the standard Google Play Games leaderboards user interface,
- /// which allows the player to browse their leaderboards. If you have
- /// configured a specific leaderboard as the default through a call to
- /// <see cref="SetDefaultLeaderboardForUi" />, the UI will show that
- /// specific leaderboard only. Otherwise, a list of all the leaderboards
- /// will be shown.
- /// </summary>
- public void ShowLeaderboardUI()
- {
- GooglePlayGames.OurUtils.Logger.d("ShowLeaderboardUI with default ID");
- ShowLeaderboardUI(MapId(mDefaultLbUi), null);
- }
- /// <summary>
- /// Shows the standard Google Play Games leaderboard UI for the given
- /// leaderboard.
- /// </summary>
- /// <param name='leaderboardId'>
- /// The ID of the leaderboard to display. This may be a raw
- /// Google Play Games leaderboard ID or an alias configured through a call to
- /// <see cref="AddIdMapping" />.
- /// </param>
- public void ShowLeaderboardUI(string leaderboardId)
- {
- if (leaderboardId != null)
- {
- leaderboardId = MapId(leaderboardId);
- }
- mClient.ShowLeaderboardUI(leaderboardId, LeaderboardTimeSpan.AllTime, null);
- }
- /// <summary>
- /// Shows the leaderboard UI and calls the specified callback upon
- /// completion.
- /// </summary>
- /// <param name="leaderboardId">leaderboard ID, can be null meaning all leaderboards.</param>
- /// <param name="callback">Callback to call. If null, nothing is called.</param>
- public void ShowLeaderboardUI(string leaderboardId, Action<UIStatus> callback)
- {
- ShowLeaderboardUI(leaderboardId, LeaderboardTimeSpan.AllTime, callback);
- }
- /// <summary>
- /// Shows the leaderboard UI and calls the specified callback upon
- /// completion.
- /// </summary>
- /// <param name="leaderboardId">leaderboard ID, can be null meaning all leaderboards.</param>
- /// <param name="span">Timespan to display scores in the leaderboard.</param>
- /// <param name="callback">Callback to call. If null, nothing is called.</param>
- public void ShowLeaderboardUI(
- string leaderboardId,
- LeaderboardTimeSpan span,
- Action<UIStatus> callback)
- {
- if (!IsAuthenticated())
- {
- GooglePlayGames.OurUtils.Logger.e("ShowLeaderboardUI can only be called after authentication.");
- if (callback != null)
- {
- callback(UIStatus.NotAuthorized);
- }
- return;
- }
- GooglePlayGames.OurUtils.Logger.d("ShowLeaderboardUI, lbId=" +
- leaderboardId + " callback is " + callback);
- mClient.ShowLeaderboardUI(leaderboardId, span, callback);
- }
- /// <summary>
- /// Sets the default leaderboard for the leaderboard UI. After calling this
- /// method, a call to <see cref="ShowLeaderboardUI" /> will show only the specified
- /// leaderboard instead of showing the list of all leaderboards.
- /// </summary>
- /// <param name='lbid'>
- /// The ID of the leaderboard to display on the default UI. This may be a raw
- /// Google Play Games leaderboard ID or an alias configured through a call to
- /// <see cref="AddIdMapping" />.
- /// </param>
- public void SetDefaultLeaderboardForUI(string lbid)
- {
- GooglePlayGames.OurUtils.Logger.d("SetDefaultLeaderboardForUI: " + lbid);
- if (lbid != null)
- {
- lbid = MapId(lbid);
- }
- mDefaultLbUi = lbid;
- }
- /// <summary>
- /// Loads the friends that also play this game. See loadConnectedPlayers.
- /// </summary>
- /// <remarks>This is a callback variant of LoadFriends. When completed,
- /// the friends list set in the user object, so they can accessed via the
- /// friends property as needed.
- /// </remarks>
- /// <param name="user">The current local user</param>
- /// <param name="callback">Callback invoked when complete.</param>
- public void LoadFriends(ILocalUser user, Action<bool> callback)
- {
- if (!IsAuthenticated())
- {
- GooglePlayGames.OurUtils.Logger.e(
- "LoadScores can only be called after authentication.");
- if (callback != null)
- {
- callback(false);
- }
- return;
- }
- mClient.LoadFriends(callback);
- }
- /// <summary>
- /// Loads the leaderboard based on the constraints in the leaderboard
- /// object.
- /// </summary>
- /// <param name="board">The leaderboard object. This is created by
- /// calling CreateLeaderboard(), and then initialized appropriately.</param>
- /// <param name="callback">Callback invoked when complete.</param>
- public void LoadScores(ILeaderboard board, Action<bool> callback)
- {
- if (!IsAuthenticated())
- {
- GooglePlayGames.OurUtils.Logger.e("LoadScores can only be called after authentication.");
- if (callback != null)
- {
- callback(false);
- }
- return;
- }
- LeaderboardTimeSpan timeSpan;
- switch (board.timeScope)
- {
- case TimeScope.AllTime:
- timeSpan = LeaderboardTimeSpan.AllTime;
- break;
- case TimeScope.Week:
- timeSpan = LeaderboardTimeSpan.Weekly;
- break;
- case TimeScope.Today:
- timeSpan = LeaderboardTimeSpan.Daily;
- break;
- default:
- timeSpan = LeaderboardTimeSpan.AllTime;
- break;
- }
- ((PlayGamesLeaderboard)board).loading = true;
- GooglePlayGames.OurUtils.Logger.d("LoadScores, board=" + board +
- " callback is " + callback);
- mClient.LoadScores(
- board.id,
- LeaderboardStart.PlayerCentered,
- board.range.count > 0 ? board.range.count : mClient.LeaderboardMaxResults(),
- board.userScope == UserScope.FriendsOnly ? LeaderboardCollection.Social : LeaderboardCollection.Public,
- timeSpan,
- (scoreData) => HandleLoadingScores(
- (PlayGamesLeaderboard)board, scoreData, callback));
- }
- /// <summary>
- /// Check if the leaderboard is currently loading.
- /// </summary>
- /// <returns><c>true</c>, if loading was gotten, <c>false</c> otherwise.</returns>
- /// <param name="board">The leaderboard to check for loading in progress</param>
- public bool GetLoading(ILeaderboard board)
- {
- return board != null && board.loading;
- }
- /// <summary>
- /// Register an invitation delegate to be
- /// notified when a multiplayer invitation arrives
- /// </summary>
- /// <param name="deleg">The delegate to register</param>
- public void RegisterInvitationDelegate(InvitationReceivedDelegate deleg)
- {
- mClient.RegisterInvitationDelegate(deleg);
- }
- /// <summary>
- /// Handles the processing of scores during loading.
- /// </summary>
- /// <param name="board">leaderboard being loaded</param>
- /// <param name="scoreData">Score data.</param>
- /// <param name="callback">Callback invoked when complete.</param>
- internal void HandleLoadingScores(
- PlayGamesLeaderboard board,
- LeaderboardScoreData scoreData,
- Action<bool> callback)
- {
- bool ok = board.SetFromData(scoreData);
- if (ok && !board.HasAllScores() && scoreData.NextPageToken != null)
- {
- int rowCount = board.range.count - board.ScoreCount;
- // need to load more scores
- mClient.LoadMoreScores(
- scoreData.NextPageToken,
- rowCount,
- (nextScoreData) =>
- HandleLoadingScores(board, nextScoreData, callback));
- }
- else
- {
- callback(ok);
- }
- }
- /// <summary>
- /// Internal implmentation of getFriends.Gets the friends.
- /// </summary>
- /// <returns>The friends.</returns>
- internal IUserProfile[] GetFriends()
- {
- if (!IsAuthenticated())
- {
- GooglePlayGames.OurUtils.Logger.d("Cannot get friends when not authenticated!");
- return new IUserProfile[0];
- }
- return mClient.GetFriends();
- }
- /// <summary>
- /// Maps the alias to the identifier.
- /// </summary>
- /// <remarks>This maps an aliased ID to the actual id. The intent of
- /// this method is to allow easy to read constants to be used instead of
- /// the generated ids.
- /// </remarks>
- /// <returns>The identifier, or null if not found.</returns>
- /// <param name="id">Alias to map</param>
- private string MapId(string id)
- {
- if (id == null)
- {
- return null;
- }
- if (mIdMap.ContainsKey(id))
- {
- string result = mIdMap[id];
- GooglePlayGames.OurUtils.Logger.d("Mapping alias " + id + " to ID " + result);
- return result;
- }
- return id;
- }
- }
- }
- #endif
|