Package org.robovm.apple.uikit
Interface UIGuidedAccessRestrictionDelegate
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
UIGuidedAccessRestrictionDelegateAdapter
public interface UIGuidedAccessRestrictionDelegate extends NSObjectProtocol
-
Method Summary
Modifier and Type Method Description voiddidChangeState(String restrictionIdentifier, UIGuidedAccessRestrictionState newRestrictionState)StringgetDetailText(String restrictionIdentifier)List<String>getIdentifiers()StringgetText(String restrictionIdentifier)
-
Method Details
-
getIdentifiers
-
didChangeState
void didChangeState(String restrictionIdentifier, UIGuidedAccessRestrictionState newRestrictionState) -
getText
-
getDetailText
-