IUIGuidedAccessRestrictionDelegate Interface

Definition

Interface that, together with the UIGuidedAccessRestrictionDelegate_Extensions class, comprise the UIGuidedAccessRestrictionDelegate protocol.

[Foundation.Protocol(Name="UIGuidedAccessRestrictionDelegate", WrapperType=typeof(UIKit.UIGuidedAccessRestrictionDelegateWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IUIGuidedAccessRestrictionDelegate : IDisposable, ObjCRuntime.INativeObject
type IUIGuidedAccessRestrictionDelegate = interface
    interface INativeObject
    interface IDisposable
Attributes
Implements

Properties

GetGuidedAccessRestrictionIdentifiers
Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Methods

GetTextForGuidedAccessRestriction(String)
GuidedAccessRestrictionChangedState(String, UIGuidedAccessRestrictionState)

Extension Methods

GetDetailTextForGuidedAccessRestriction(IUIGuidedAccessRestrictionDelegate, String)

Applies to