SLServiceKind Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumeration with the various kinds of social services that can be used.
public enum SLServiceKind
type SLServiceKind =
- Inheritance
-
SLServiceKind
Fields
Name | Value | Description |
---|---|---|
0 | Facebook services |
|
1 | Twitter service. |
|
SinaWeibo | 2 | SinaWeibo service |
TencentWeibo | 3 | TencentWeibo service. |
4 |
Remarks
This enumeration is used to map into the underlying set of services offered by the social framework. It is intended to assist code completion while developing and take the gueswork out of using the framework in some entry points that take an NSString as a parameter.