SLComposeViewController.FromService Method
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.
Overloads
FromService(NSString) |
Creates a new compose view controller for the specified service. |
FromService(SLServiceKind) |
Creates a new compose view controller for the specified service. |
FromService(NSString)
Creates a new compose view controller for the specified service.
[Foundation.Export("composeViewControllerForServiceType:")]
public static Social.SLComposeViewController FromService (Foundation.NSString serviceType);
static member FromService : Foundation.NSString -> Social.SLComposeViewController
Parameters
- serviceType
- NSString
Returns
- Attributes
Applies to
FromService(SLServiceKind)
Creates a new compose view controller for the specified service.
public static Social.SLComposeViewController FromService (Social.SLServiceKind serviceKind);
static member FromService : Social.SLServiceKind -> Social.SLComposeViewController
Parameters
- serviceKind
- SLServiceKind