Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion src/coremotion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,10 @@ interface CMMovementDisorderManager {
[Export ("queryTremorFromDate:toDate:withHandler:")]
void QueryTremor (NSDate fromDate, NSDate toDate, CMTremorResultHandler handler);

[Export ("lastProcessedDate")]
[NullAllowed, Export ("lastProcessedDate")]
NSDate LastProcessedDate { get; }

[NullAllowed, Export ("monitorKinesiasExpirationDate")]
NSDate MonitorKinesiasExpirationDate { get; }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Strange there is no min version on this but matches header.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah new type :)

[Watch (5,0), NoTV, NoMac, NoiOS]
[BaseType (typeof (NSObject))]
interface CMMovementDisorderManager {

}
}