Show / Hide Table of Contents

Class UM_SocialService

Main entry point for the Social APIs. This class provides APIs and interfaces to access the game social sharing functionality.

Inheritance
System.Object
UM_SocialService
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: SA.CrossPlatform.Social
Assembly: cs.temp.dll.dll
Syntax
public static class UM_SocialService

Properties

SharingClient

Returns a new instance of UM_iNativeSharingClient

Declaration
public static UM_iNativeSharingClient SharingClient { get; }
Property Value
Type Description
UM_iNativeSharingClient
In This Article
Back to top Generated by DocFX