xamarinios
namespace UIKit
{
[Introduced(PlatformName.iOS, 7, 0, PlatformArchitecture.All, null)]
[Protocol(Name = "UICollisionBehaviorDelegate", WrapperType = typeof(UICollisionBehaviorDelegateWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "BeganContact", ParameterByRef = new[] { false, false, false, false }, ParameterType = new[] { typeof(UICollisionBehavior), typeof(IUIDynamicItem), typeof(IUIDynamicItem), typeof(CGPoint) }, Selector = "collisionBehavior:beganContactForItem:withItem:atPoint:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "EndedContact", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(UICollisionBehavior), typeof(IUIDynamicItem), typeof(IUIDynamicItem) }, Selector = "collisionBehavior:endedContactForItem:withItem:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "BeganBoundaryContact", ParameterByRef = new[] { false, false, false, false }, ParameterType = new[] { typeof(UICollisionBehavior), typeof(IUIDynamicItem), typeof(NSObject), typeof(CGPoint) }, Selector = "collisionBehavior:beganContactForItem:withBoundaryIdentifier:atPoint:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "EndedBoundaryContact", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(UICollisionBehavior), typeof(IUIDynamicItem), typeof(NSObject) }, Selector = "collisionBehavior:endedContactForItem:withBoundaryIdentifier:")]
public interface IUICollisionBehaviorDelegate : INativeObject, IDisposable
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to xamarinios | |
Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |