xamarinwatchos
namespace WatchConnectivity
{
[Introduced(PlatformName.iOS, 9, 0, PlatformArchitecture.All, null)]
[Protocol(Name = "WCSessionDelegate", WrapperType = typeof(WCSessionDelegateWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "SessionReachabilityDidChange", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(WCSession) }, Selector = "sessionReachabilityDidChange:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidReceiveMessage", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(WCSession), typeof(NSDictionary<NSString, NSObject>) }, Selector = "session:didReceiveMessage:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidReceiveMessageData", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(WCSession), typeof(NSData) }, Selector = "session:didReceiveMessageData:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidReceiveApplicationContext", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(WCSession), typeof(NSDictionary<NSString, NSObject>) }, Selector = "session:didReceiveApplicationContext:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidFinishUserInfoTransfer", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(WCSession), typeof(WCSessionUserInfoTransfer), typeof(NSError) }, Selector = "session:didFinishUserInfoTransfer:error:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidReceiveUserInfo", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(WCSession), typeof(NSDictionary<NSString, NSObject>) }, Selector = "session:didReceiveUserInfo:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidFinishFileTransfer", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(WCSession), typeof(WCSessionFileTransfer), typeof(NSError) }, Selector = "session:didFinishFileTransfer:error:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidReceiveFile", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(WCSession), typeof(WCSessionFile) }, Selector = "session:didReceiveFile:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ActivationDidComplete", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(WCSession), typeof(WCSessionActivationState), typeof(NSError) }, Selector = "session:activationDidCompleteWithState:error:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "CompanionAppInstalledDidChange", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(WCSession) }, Selector = "sessionCompanionAppInstalledDidChange:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidReceiveMessage", ParameterBlockProxy = new[] { null, null, typeof(NIDWCSessionReplyHandler) }, ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(WCSession), typeof(NSDictionary<NSString, NSObject>), typeof(WCSessionReplyHandler) }, Selector = "session:didReceiveMessage:replyHandler:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidReceiveMessageData", ParameterBlockProxy = new[] { null, null, typeof(NIDWCSessionReplyDataHandler) }, ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(WCSession), typeof(NSData), typeof(WCSessionReplyDataHandler) }, Selector = "session:didReceiveMessageData:replyHandler:")]
public interface IWCSessionDelegate : INativeObject, IDisposable
}
.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. |