Share via


SLComposeViewController.IsAvailable Method

Definition

Overloads

Name Description
IsAvailable(NSString)
IsAvailable(SLServiceKind)

Returns true if the application can send a request for the specified service type.

IsAvailable(NSString)

[Foundation.Export("isAvailableForServiceType:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static bool IsAvailable(Foundation.NSString serviceType);
[<Foundation.Export("isAvailableForServiceType:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
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

Returns

Applies to