Package org.robovm.apple.carplay
Interface CPSessionConfigurationDelegate
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
CPSessionConfigurationDelegateAdapter
public interface CPSessionConfigurationDelegate extends NSObjectProtocol
- Since:
- Available in iOS 12.0 and later.
-
Method Summary
Modifier and Type Method Description voidcontentStyleChanged(CPSessionConfiguration sessionConfiguration, CPContentStyle contentStyle)voidlimitedUserInterfacesChanged(CPSessionConfiguration sessionConfiguration, CPLimitableUserInterface limitedUserInterfaces)
-
Method Details
-
limitedUserInterfacesChanged
void limitedUserInterfacesChanged(CPSessionConfiguration sessionConfiguration, CPLimitableUserInterface limitedUserInterfaces) -
contentStyleChanged
- Since:
- Available in iOS 13.0 and later.
-