UnityEngine.SocialPlatforms.ActivePlatform.SelectSocialPlatform C# (CSharp) Method

SelectSocialPlatform() private static method

private static SelectSocialPlatform ( ) : ISocialPlatform
return ISocialPlatform
        private static ISocialPlatform SelectSocialPlatform()
        {
            return new Local();
        }
ActivePlatform