SLComposeViewController.IsAvailable 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
IsAvailable(NSString) |
Returns |
IsAvailable(SLServiceKind) |
Returns |
IsAvailable(NSString)
Returns true
if the application can send a request for the specified service type.
[Foundation.Export("isAvailableForServiceType:")]
public static bool IsAvailable (Foundation.NSString serviceType);
static member IsAvailable : Foundation.NSString -> bool
Parameters
- serviceType
- NSString
Returns
- Attributes
Applies to
IsAvailable(SLServiceKind)
Returns true
if the application can send a request for the specified service type.
public static bool IsAvailable (Social.SLServiceKind serviceKind);
static member IsAvailable : Social.SLServiceKind -> bool
Parameters
- serviceKind
- SLServiceKind