WCSession
WCSession(IntPtr)
WCSession(NativeHandle)
WCSession(NSObjectFlag)
ActivationState
ApplicationContext
ClassHandle
CompanionAppInstalled
ComplicationEnabled
DefaultSession
Delegate
ErrorDomain
HasContentPending
iOSDeviceNeedsUnlockAfterRebootForReachability
IsSupported
OutstandingFileTransfers
OutstandingUserInfoTransfers
Paired
Reachable
ReceivedApplicationContext
RemainingComplicationUserInfoTransfers
WatchAppInstalled
WatchDirectoryUrl
ActivateSession()
Dispose(Boolean)
SendMessage(NSData, WCSessionReplyDataHandler, Action<NSError>)
SendMessage(NSDictionary<NSString, NSObject>, WCSessionReplyHandler, Action<NSError>)
TransferCurrentComplicationUserInfo(NSDictionary<NSString, NSObject>)
TransferFile(NSUrl, NSDictionary<NSString, NSObject>)
TransferUserInfo(NSDictionary<NSString, NSObject>)
UpdateApplicationContext(NSDictionary<NSString, NSObject>, NSError)
xamarinwatchos
namespace WatchConnectivity
{
[Introduced(PlatformName.iOS, 9, 0, PlatformArchitecture.All, null)]
[Register("WCSession", true)]
public class WCSession : NSObject
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Introduced(PlatformName.WatchOS, 3, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.iOS, 10, 0, PlatformArchitecture.All, null)]
public virtual bool HasContentPending
{
[Export("hasContentPending")]
[Introduced(PlatformName.WatchOS, 3, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.iOS, 10, 0, PlatformArchitecture.All, null)]
get;
}
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to xamarinwatchos | |
Assembly | Xamarin.WatchOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API