SLServiceType Class

Definition

NSString constants with the various service types supported by the Social framework

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 8, ObjCRuntime.PlatformArchitecture.Arch64, null)]
public static class SLServiceType
type SLServiceType = class
Inheritance
SLServiceType
Attributes

Remarks

These constants are used typically when interacting with low-level Objective-C APIs.   In general, you can just use the higher level APIs that use strongly typed enumerations of type SLServiceKind.

Properties

Facebook

Developers should not use this deprecated property. Developers should use Facebook SDK instead.

LinkedIn
SinaWeibo

Represents the value associated with the constant SLServiceTypeSinaWeibo

TencentWeibo

Represents the value associated with the constant SLServiceTypeTencentWeibo

Twitter

Represents the value associated with the constant SLServiceTypeTwitter

Applies to