-
-
-
-
Methods in org.robovm.apple.avfoundation with parameters of type NSDate
| Modifier and Type |
Method |
Description |
protected static long |
AVPlayerInterstitialEvent.create(AVPlayerItem primaryItem,
String identifier,
NSDate date,
NSArray<AVPlayerItem> templateItems,
AVPlayerInterstitialEventRestrictions restrictions,
CMTime resumptionOffset,
CMTime playoutLimit,
NSDictionary<?,?> userDefinedAttributes) |
|
protected long |
AVDateRangeMetadataGroup.init(NSArray<AVMetadataItem> items,
NSDate startDate,
NSDate endDate) |
|
void |
AVPlayer.seekToDate(NSDate date) |
|
void |
AVPlayer.seekToDate(NSDate date,
VoidBooleanBlock completionHandler) |
|
boolean |
AVPlayerItem.seekToDate(NSDate date) |
Deprecated.
|
boolean |
AVPlayerItem.seekToDate(NSDate date,
VoidBooleanBlock completionHandler) |
|
void |
AVMutableDateRangeMetadataGroup.setEndDate(NSDate v) |
|
void |
AVMutableAssetDownloadStorageManagementPolicy.setExpirationDate(NSDate v) |
|
void |
AVAssetResourceLoadingContentInformationRequest.setRenewalDate(NSDate v) |
|
void |
AVMutableDateRangeMetadataGroup.setStartDate(NSDate v) |
|
void |
AVMutableMetadataItem.setStartDate(NSDate v) |
|
Constructors in org.robovm.apple.avfoundation with parameters of type NSDate
| Constructor |
Description |
AVDateRangeMetadataGroup(NSArray<AVMetadataItem> items,
NSDate startDate,
NSDate endDate) |
|
AVMutableDateRangeMetadataGroup(NSArray<AVMetadataItem> items,
NSDate startDate,
NSDate endDate) |
|
AVPlayerInterstitialEvent(AVPlayerItem primaryItem,
String identifier,
NSDate date,
NSArray<AVPlayerItem> templateItems,
AVPlayerInterstitialEventRestrictions restrictions,
CMTime resumptionOffset,
CMTime playoutLimit,
NSDictionary<?,?> userDefinedAttributes) |
|
-
-
-
-
-
-
-
Methods in org.robovm.apple.corelocation with parameters of type NSDate
| Modifier and Type |
Method |
Description |
protected long |
CLLocation.init(CLLocationCoordinate2D coordinate,
double altitude,
double hAccuracy,
double vAccuracy,
double course,
double courseAccuracy,
double speed,
double speedAccuracy,
NSDate timestamp) |
|
protected long |
CLLocation.init(CLLocationCoordinate2D coordinate,
double altitude,
double hAccuracy,
double vAccuracy,
double course,
double courseAccuracy,
double speed,
double speedAccuracy,
NSDate timestamp,
CLLocationSourceInformation sourceInfo) |
|
protected long |
CLLocation.init(CLLocationCoordinate2D coordinate,
double altitude,
double hAccuracy,
double vAccuracy,
double course,
double speed,
NSDate timestamp) |
|
protected long |
CLLocation.init(CLLocationCoordinate2D coordinate,
double altitude,
double hAccuracy,
double vAccuracy,
NSDate timestamp) |
|
Constructors in org.robovm.apple.corelocation with parameters of type NSDate
| Constructor |
Description |
CLLocation(CLLocationCoordinate2D coordinate,
double altitude,
double hAccuracy,
double vAccuracy,
double course,
double courseAccuracy,
double speed,
double speedAccuracy,
NSDate timestamp) |
|
CLLocation(CLLocationCoordinate2D coordinate,
double altitude,
double hAccuracy,
double vAccuracy,
double course,
double courseAccuracy,
double speed,
double speedAccuracy,
NSDate timestamp,
CLLocationSourceInformation sourceInfo) |
|
CLLocation(CLLocationCoordinate2D coordinate,
double altitude,
double hAccuracy,
double vAccuracy,
double course,
double speed,
NSDate timestamp) |
|
CLLocation(CLLocationCoordinate2D coordinate,
double altitude,
double hAccuracy,
double vAccuracy,
NSDate timestamp) |
|
-
Methods in org.robovm.apple.coremotion with parameters of type NSDate
| Modifier and Type |
Method |
Description |
CMSensorDataList |
CMSensorRecorder.getAccelerometerDataBetween(NSDate fromDate,
NSDate toDate) |
|
void |
CMMotionActivityManager.queryActivity(NSDate start,
NSDate end,
NSOperationQueue queue,
VoidBlock2<NSArray<CMMotionActivity>,NSError> handler) |
|
void |
CMPedometer.queryPedometerData(NSDate start,
NSDate end,
VoidBlock2<CMPedometerData,NSError> handler) |
|
void |
CMStepCounter.queryStepCount(NSDate start,
NSDate end,
NSOperationQueue queue,
VoidBlock2<Long,NSError> handler) |
Deprecated.
|
void |
CMPedometer.startPedometerUpdates(NSDate start,
VoidBlock2<CMPedometerData,NSError> handler) |
|
-
-
-
-
-
Methods in org.robovm.apple.foundation with parameters of type NSDate
| Modifier and Type |
Method |
Description |
void |
NSRunLoop.acceptInputUntil(String mode,
NSDate limitDate) |
|
void |
NSRunLoop.acceptInputUntil(NSRunLoopMode mode,
NSDate limitDate) |
|
boolean |
NSCondition.await(NSDate limit) |
|
NSComparisonResult |
NSDate.compare(NSDate other) |
|
boolean |
NSDateInterval.containsDate(NSDate date) |
|
static NSDate |
NSDate.createWithTimeIntervalSinceDate(double secsToBeAdded,
NSDate date) |
|
NSDate |
NSDate.earlierDate(NSDate anotherDate) |
|
boolean |
NSDate.equalsTo(NSDate otherDate) |
|
String |
NSDateComponentsFormatter.format(NSDate startDate,
NSDate endDate) |
|
String |
NSDateFormatter.format(NSDate date) |
|
static String |
NSDateFormatter.format(NSDate date,
NSDateFormatterStyle dstyle,
NSDateFormatterStyle tstyle) |
|
String |
NSDateIntervalFormatter.format(NSDate fromDate,
NSDate toDate) |
|
String |
NSISO8601DateFormatter.format(NSDate date) |
|
static String |
NSISO8601DateFormatter.format(NSDate date,
NSTimeZone timeZone,
NSISO8601DateFormatOptions formatOptions) |
|
String |
NSTimeZone.getAbbreviationForDate(NSDate aDate) |
|
NSDateComponents |
NSCalendar.getComponents(NSCalendarUnit unitFlags,
NSDate date) |
|
NSDateComponents |
NSCalendar.getComponents(NSCalendarUnit unitFlags,
NSDate startingDate,
NSDate resultDate,
NSCalendarOptions opts) |
|
static NSTextCheckingResult |
NSTextCheckingResult.getDateCheckingResult(NSRange range,
NSDate date) |
|
static NSTextCheckingResult |
NSTextCheckingResult.getDateCheckingResult(NSRange range,
NSDate date,
NSTimeZone timeZone,
double duration) |
|
double |
NSTimeZone.getDaylightSavingTimeOffsetForDate(NSDate aDate) |
|
double |
NSCalendar.getDuration(NSCalendarUnit unit,
NSDate date) |
|
String |
NSRelativeDateTimeFormatter.getLocalizedStringForDate(NSDate date,
NSDate referenceDate) |
|
NSDate |
NSTimeZone.getNextDaylightSavingTimeTransitionAfterDate(NSDate aDate) |
|
long |
NSCalendar.getOrdinality(NSCalendarUnit smaller,
NSCalendarUnit larger,
NSDate date) |
|
NSRange |
NSCalendar.getRange(NSCalendarUnit smaller,
NSCalendarUnit larger,
NSDate date) |
|
protected boolean |
NSCalendar.getRange(NSCalendarUnit unit,
NSDate.NSDatePtr datep,
DoublePtr tip,
NSDate date) |
|
long |
NSTimeZone.getSecondsFromGMTForDate(NSDate aDate) |
|
NSDate |
NSCalendar.getStartTime(NSCalendarUnit unit,
NSDate date) |
|
double |
NSDate.getTimeIntervalSince(NSDate anotherDate) |
|
protected long |
NSDateInterval.init(NSDate startDate,
double duration) |
|
protected long |
NSDateInterval.init(NSDate startDate,
NSDate endDate) |
|
protected long |
NSTimer.init(NSDate date,
double interval,
boolean repeats,
VoidBlock1<NSTimer> block) |
|
protected long |
NSTimer.init(NSDate fireDate,
double timeInterval,
NSObject target,
Selector selector,
NSObject userInfo,
boolean repeats) |
|
boolean |
NSTimeZone.isDaylightSavingTimeForDate(NSDate aDate) |
|
NSDate |
NSDate.laterDate(NSDate anotherDate) |
|
boolean |
NSConditionLock.lock(long condition,
NSDate limit) |
|
boolean |
NSConditionLock.lock(NSDate limit) |
|
boolean |
NSRecursiveLock.lock(NSDate limit) |
|
boolean |
NSLock.lockBefore(NSDate limit) |
|
NSDate |
NSCalendar.newDateByAddingComponents(NSDateComponents comps,
NSDate date,
NSCalendarOptions opts) |
|
void |
NSURLCache.removeCachedResponsesSinceDate(NSDate date) |
|
void |
NSHTTPCookieStorage.removeCookiesSinceDate(NSDate date) |
|
boolean |
NSRunLoop.runUntil(String mode,
NSDate limitDate) |
|
void |
NSRunLoop.runUntil(NSDate limitDate) |
|
boolean |
NSRunLoop.runUntil(NSRunLoopMode mode,
NSDate limitDate) |
|
boolean |
NSPort.send(NSDate limitDate,
long msgID,
NSMutableArray<?> components,
NSPort receivePort,
long headerSpaceReserved) |
|
boolean |
NSPort.send(NSDate limitDate,
NSMutableArray<?> components,
NSPort receivePort,
long headerSpaceReserved) |
|
NSURLProperties |
NSURLProperties.setAtttributeModificationDate(NSDate date) |
|
NSURLProperties |
NSURLProperties.setContentModificationDate(NSDate date) |
|
NSFileAttributes |
NSFileAttributes.setCreationDate(NSDate creationDate) |
|
NSURLProperties |
NSURLProperties.setCreationDate(NSDate date) |
|
void |
NSDateFormatter.setDefaultDate(NSDate v) |
|
void |
NSURLSessionTask.setEarliestBeginDate(NSDate v) |
|
void |
NSUserActivity.setExpirationDate(NSDate v) |
|
NSHTTPCookieAttributes |
NSHTTPCookieAttributes.setExpireDate(NSDate expireDate) |
|
void |
NSTimer.setFireDate(NSDate v) |
|
void |
NSDateFormatter.setGregorianStartDate(NSDate v) |
|
NSFileAttributes |
NSFileAttributes.setModificationDate(NSDate modificationDate) |
|
void |
NSDateComponentsFormatter.setReferenceDate(NSDate v) |
|
void |
NSDateFormatter.setTwoDigitStartDate(NSDate v) |
|
static void |
NSThread.sleep(NSDate date) |
|
Constructors in org.robovm.apple.foundation with parameters of type NSDate
| Constructor |
Description |
NSDateInterval(NSDate startDate,
double duration) |
|
NSDateInterval(NSDate startDate,
NSDate endDate) |
|
NSTimer(NSDate date,
double interval,
boolean repeats,
VoidBlock1<NSTimer> block) |
|
NSTimer(NSDate fireDate,
double timeInterval,
NSObject target,
Selector selector,
NSObject userInfo,
boolean repeats) |
|
NSTimer(NSDate fireDate,
double timeInterval,
VoidBlock1<NSTimer> run,
boolean repeats) |
|
-
-
Methods in org.robovm.apple.healthkit with parameters of type NSDate
| Modifier and Type |
Method |
Description |
void |
HKWorkoutBuilder.beginCollection(NSDate startDate,
VoidBlock2<Boolean,NSError> completion) |
|
protected static long |
HKAudiogramSample.create(NSArray<HKAudiogramSensitivityPoint> sensitivityPoints,
NSDate startDate,
NSDate endDate,
NSDictionary<NSString,?> metadata) |
|
static HKCategorySample |
HKCategorySample.create(HKCategoryType type,
long value,
NSDate startDate,
NSDate endDate) |
|
static HKCategorySample |
HKCategorySample.create(HKCategoryType type,
long value,
NSDate startDate,
NSDate endDate,
HKDevice device,
HKMetadata metadata) |
|
static HKCategorySample |
HKCategorySample.create(HKCategoryType type,
long value,
NSDate startDate,
NSDate endDate,
HKMetadata metadata) |
|
static HKCDADocumentSample |
HKCDADocumentSample.create(NSData documentData,
NSDate startDate,
NSDate endDate,
HKMetadata metadata,
NSError.NSErrorPtr validationError) |
|
static HKCorrelation |
HKCorrelation.create(HKCorrelationType correlationType,
NSDate startDate,
NSDate endDate,
NSSet<HKSample> objects) |
|
static HKCorrelation |
HKCorrelation.create(HKCorrelationType correlationType,
NSDate startDate,
NSDate endDate,
NSSet<HKSample> objects,
HKDevice device,
HKMetadata metadata) |
|
static HKCorrelation |
HKCorrelation.create(HKCorrelationType correlationType,
NSDate startDate,
NSDate endDate,
NSSet<HKSample> objects,
HKMetadata metadata) |
|
static HKCumulativeQuantitySample |
HKCumulativeQuantitySample.create(HKQuantityType quantityType,
HKQuantity quantity,
NSDate startDate,
NSDate endDate) |
|
static HKCumulativeQuantitySample |
HKCumulativeQuantitySample.create(HKQuantityType quantityType,
HKQuantity quantity,
NSDate startDate,
NSDate endDate,
HKDevice device,
HKMetadata metadata) |
|
static HKCumulativeQuantitySample |
HKCumulativeQuantitySample.create(HKQuantityType quantityType,
HKQuantity quantity,
NSDate startDate,
NSDate endDate,
HKMetadata metadata) |
|
static HKCumulativeQuantitySeriesSample |
HKCumulativeQuantitySeriesSample.create(HKQuantityType quantityType,
HKQuantity quantity,
NSDate startDate,
NSDate endDate) |
Deprecated.
|
static HKCumulativeQuantitySeriesSample |
HKCumulativeQuantitySeriesSample.create(HKQuantityType quantityType,
HKQuantity quantity,
NSDate startDate,
NSDate endDate,
HKDevice device,
HKMetadata metadata) |
Deprecated.
|
static HKCumulativeQuantitySeriesSample |
HKCumulativeQuantitySeriesSample.create(HKQuantityType quantityType,
HKQuantity quantity,
NSDate startDate,
NSDate endDate,
HKMetadata metadata) |
Deprecated.
|
static HKDiscreteQuantitySample |
HKDiscreteQuantitySample.create(HKQuantityType quantityType,
HKQuantity quantity,
NSDate startDate,
NSDate endDate) |
|
static HKDiscreteQuantitySample |
HKDiscreteQuantitySample.create(HKQuantityType quantityType,
HKQuantity quantity,
NSDate startDate,
NSDate endDate,
HKDevice device,
HKMetadata metadata) |
|
static HKDiscreteQuantitySample |
HKDiscreteQuantitySample.create(HKQuantityType quantityType,
HKQuantity quantity,
NSDate startDate,
NSDate endDate,
HKMetadata metadata) |
|
static HKQuantitySample |
HKQuantitySample.create(HKQuantityType quantityType,
HKQuantity quantity,
NSDate startDate,
NSDate endDate) |
|
static HKQuantitySample |
HKQuantitySample.create(HKQuantityType quantityType,
HKQuantity quantity,
NSDate startDate,
NSDate endDate,
HKDevice device,
HKMetadata metadata) |
|
static HKQuantitySample |
HKQuantitySample.create(HKQuantityType quantityType,
HKQuantity quantity,
NSDate startDate,
NSDate endDate,
HKMetadata metadata) |
|
static HKWorkout |
HKWorkout.create(HKWorkoutActivityType workoutActivityType,
NSDate startDate,
NSDate endDate) |
|
static HKWorkout |
HKWorkout.create(HKWorkoutActivityType workoutActivityType,
NSDate startDate,
NSDate endDate,
double duration,
HKQuantity totalEnergyBurned,
HKQuantity totalDistance,
HKDevice device,
HKMetadata metadata) |
|
static HKWorkout |
HKWorkout.create(HKWorkoutActivityType workoutActivityType,
NSDate startDate,
NSDate endDate,
double duration,
HKQuantity totalEnergyBurned,
HKQuantity totalDistance,
HKMetadata metadata) |
|
static HKWorkout |
HKWorkout.create(HKWorkoutActivityType workoutActivityType,
NSDate startDate,
NSDate endDate,
NSArray<HKWorkoutEvent> workoutEvents,
HKQuantity totalEnergyBurned,
HKQuantity totalDistance,
HKDevice device,
HKMetadata metadata) |
|
static HKWorkout |
HKWorkout.create(HKWorkoutActivityType workoutActivityType,
NSDate startDate,
NSDate endDate,
NSArray<HKWorkoutEvent> workoutEvents,
HKQuantity totalEnergyBurned,
HKQuantity totalDistance,
HKMetadata metadata) |
|
static HKWorkout |
HKWorkout.create(HKWorkoutActivityType workoutActivityType,
NSDate startDate,
NSDate endDate,
NSArray<HKWorkoutEvent> workoutEvents,
HKQuantity totalEnergyBurned,
HKQuantity totalDistance,
HKQuantity totalFlightsClimbed,
HKDevice device,
NSDictionary<NSString,?> metadata) |
|
static HKWorkout |
HKWorkout.create(HKWorkoutActivityType workoutActivityType,
NSDate startDate,
NSDate endDate,
NSArray<HKWorkoutEvent> workoutEvents,
HKQuantity totalEnergyBurned,
HKQuantity totalDistance,
HKQuantity totalSwimmingStrokeCount,
HKDevice device,
HKMetadata metadata) |
|
static HKWorkoutEvent |
HKWorkoutEvent.create(HKWorkoutEventType type,
NSDate date) |
Deprecated.
|
static HKWorkoutEvent |
HKWorkoutEvent.create(HKWorkoutEventType type,
NSDate date,
HKMetadata metadata) |
Deprecated.
|
static NSPredicate |
HKQuery.createPredicateForSamplesWithDate(NSDate startDate,
NSDate endDate,
HKQueryOptions options) |
|
double |
HKWorkoutBuilder.elapsedTimeAtDate(NSDate date) |
|
void |
HKWorkoutBuilder.endCollection(NSDate endDate,
VoidBlock2<Boolean,NSError> completion) |
|
void |
HKStatisticsCollection.enumerateStatistics(NSDate startDate,
NSDate endDate,
VoidBlock2<HKStatistics,BooleanPtr> block) |
|
void |
HKQuantitySeriesSampleBuilder.finishSeries(NSDictionary<NSString,?> metadata,
NSDate endDate,
VoidBlock2<NSArray<HKQuantitySample>,NSError> completion) |
|
HKStatistics |
HKStatisticsCollection.getStatisticsForDate(NSDate date) |
|
protected long |
HKHeartbeatSeriesBuilder.init(HKHealthStore healthStore,
HKDevice device,
NSDate startDate) |
|
protected long |
HKQuantitySeriesSampleBuilder.init(HKHealthStore healthStore,
HKQuantityType quantityType,
NSDate startDate,
HKDevice device) |
|
protected long |
HKStatisticsCollectionQuery.init(HKQuantityType quantityType,
NSPredicate quantitySamplePredicate,
HKStatisticsOptions options,
NSDate anchorDate,
NSDateComponents intervalComponents) |
|
boolean |
HKQuantitySeriesSampleBuilder.insertQuantity(HKQuantity quantity,
NSDate date) |
|
void |
HKHealthStore.recalibrateEstimates(HKSampleType sampleType,
NSDate date,
VoidBlock2<Boolean,NSError> completion) |
|
void |
HKHealthStore.splitTotalEnergy(HKQuantity totalEnergy,
NSDate startDate,
NSDate endDate,
VoidBlock3<HKQuantity,HKQuantity,NSError> resultsHandler) |
Deprecated.
|
Constructors in org.robovm.apple.healthkit with parameters of type NSDate
| Constructor |
Description |
HKAudiogramSample(NSArray<HKAudiogramSensitivityPoint> sensitivityPoints,
NSDate startDate,
NSDate endDate,
NSDictionary<NSString,?> metadata) |
|
HKHeartbeatSeriesBuilder(HKHealthStore healthStore,
HKDevice device,
NSDate startDate) |
|
HKQuantitySeriesSampleBuilder(HKHealthStore healthStore,
HKQuantityType quantityType,
NSDate startDate,
HKDevice device) |
|
HKStatisticsCollectionQuery(HKQuantityType quantityType,
NSPredicate quantitySamplePredicate,
HKStatisticsOptions options,
NSDate anchorDate,
NSDateComponents intervalComponents) |
|
-
-
-
-
-
Methods in org.robovm.apple.intents with parameters of type NSDate
| Modifier and Type |
Method |
Description |
protected long |
INBoatReservation.init(INSpeakableString itemReference,
String reservationNumber,
NSDate bookingTime,
INReservationStatus reservationStatus,
String reservationHolderName,
NSArray<INReservationAction> actions,
NSURL URL,
INSeat reservedSeat,
INBoatTrip boatTrip) |
|
protected long |
INBusReservation.init(INSpeakableString itemReference,
String reservationNumber,
NSDate bookingTime,
INReservationStatus reservationStatus,
String reservationHolderName,
NSArray<INReservationAction> actions,
NSURL URL,
INSeat reservedSeat,
INBusTrip busTrip) |
|
protected long |
INCallRecord.init(String identifier,
NSDate dateCreated,
INCallRecordType callRecordType,
INCallCapability callCapability,
NSNumber callDuration,
NSNumber unseen) |
|
protected long |
INCallRecord.init(String identifier,
NSDate dateCreated,
INCallRecordType callRecordType,
INCallCapability callCapability,
NSNumber callDuration,
NSNumber unseen,
NSArray<INPerson> participants,
NSNumber numberOfCalls,
NSNumber isCallerIdBlocked) |
|
protected long |
INCallRecord.init(String identifier,
NSDate dateCreated,
INCallRecordType callRecordType,
INCallCapability callCapability,
NSNumber callDuration,
NSNumber unseen,
NSNumber numberOfCalls) |
|
protected long |
INCallRecord.init(String identifier,
NSDate dateCreated,
INPerson caller,
INCallRecordType callRecordType,
INCallCapability callCapability,
NSNumber callDuration,
NSNumber unseen) |
Deprecated.
|
protected long |
INCallRecord.init(String identifier,
NSDate dateCreated,
INPerson caller,
INCallRecordType callRecordType,
INCallCapability callCapability,
NSNumber callDuration,
NSNumber unseen,
NSNumber numberOfCalls) |
Deprecated.
|
protected long |
INDateRelevanceProvider.init(NSDate startDate,
NSDate endDate) |
|
protected long |
INFlightReservation.init(INSpeakableString itemReference,
String reservationNumber,
NSDate bookingTime,
INReservationStatus reservationStatus,
String reservationHolderName,
NSArray<INReservationAction> actions,
NSURL URL,
INSeat reservedSeat,
INFlight flight) |
|
protected long |
INFlightReservation.init(INSpeakableString itemReference,
String reservationNumber,
NSDate bookingTime,
INReservationStatus reservationStatus,
String reservationHolderName,
NSArray<INReservationAction> actions,
INSeat reservedSeat,
INFlight flight) |
|
protected long |
INGetAvailableRestaurantReservationBookingDefaultsIntentResponse.init(long defaultPartySize,
NSDate defaultBookingDate,
INGetAvailableRestaurantReservationBookingDefaultsIntentResponseCode code,
NSUserActivity userActivity) |
|
protected long |
INGetAvailableRestaurantReservationBookingsIntent.init(INRestaurant restaurant,
long partySize,
NSDateComponents preferredBookingDateComponents,
NSNumber maximumNumberOfResults,
NSDate earliestBookingDateForResults,
NSDate latestBookingDateForResults) |
|
protected long |
INGetUserCurrentRestaurantReservationBookingsIntent.init(INRestaurant restaurant,
String reservationIdentifier,
NSNumber maximumNumberOfResults,
NSDate earliestBookingDateForResults) |
|
protected long |
INLodgingReservation.init(INSpeakableString itemReference,
String reservationNumber,
NSDate bookingTime,
INReservationStatus reservationStatus,
String reservationHolderName,
NSArray<INReservationAction> actions,
CLPlacemark lodgingBusinessLocation,
INDateComponentsRange reservationDuration,
NSNumber numberOfAdults,
NSNumber numberOfChildren) |
|
protected long |
INLodgingReservation.init(INSpeakableString itemReference,
String reservationNumber,
NSDate bookingTime,
INReservationStatus reservationStatus,
String reservationHolderName,
NSArray<INReservationAction> actions,
NSURL URL,
CLPlacemark lodgingBusinessLocation,
INDateComponentsRange reservationDuration,
NSNumber numberOfAdults,
NSNumber numberOfChildren) |
|
protected long |
INMessage.init(String identifier,
String conversationIdentifier,
String content,
NSDate dateSent,
INPerson sender,
NSArray<INPerson> recipients,
INMessageType messageType) |
|
protected long |
INMessage.init(String identifier,
String conversationIdentifier,
String content,
NSDate dateSent,
INPerson sender,
NSArray<INPerson> recipients,
INSpeakableString groupName,
INMessageType messageType) |
|
protected long |
INMessage.init(String identifier,
String conversationIdentifier,
String content,
NSDate dateSent,
INPerson sender,
NSArray<INPerson> recipients,
INSpeakableString groupName,
INMessageType messageType,
String serviceName) |
|
protected long |
INMessage.init(String identifier,
String content,
NSDate dateSent,
INPerson sender,
NSArray<INPerson> recipients) |
|
protected long |
INRentalCarReservation.init(INSpeakableString itemReference,
String reservationNumber,
NSDate bookingTime,
INReservationStatus reservationStatus,
String reservationHolderName,
NSArray<INReservationAction> actions,
NSURL URL,
INRentalCar rentalCar,
INDateComponentsRange rentalDuration,
CLPlacemark pickupLocation,
CLPlacemark dropOffLocation) |
|
protected long |
INRentalCarReservation.init(INSpeakableString itemReference,
String reservationNumber,
NSDate bookingTime,
INReservationStatus reservationStatus,
String reservationHolderName,
NSArray<INReservationAction> actions,
INRentalCar rentalCar,
INDateComponentsRange rentalDuration,
CLPlacemark pickupLocation,
CLPlacemark dropOffLocation) |
|
protected long |
INRestaurantReservation.init(INSpeakableString itemReference,
String reservationNumber,
NSDate bookingTime,
INReservationStatus reservationStatus,
String reservationHolderName,
NSArray<INReservationAction> actions,
NSURL URL,
INDateComponentsRange reservationDuration,
NSNumber partySize,
CLPlacemark restaurantLocation) |
|
protected long |
INRestaurantReservation.init(INSpeakableString itemReference,
String reservationNumber,
NSDate bookingTime,
INReservationStatus reservationStatus,
String reservationHolderName,
NSArray<INReservationAction> actions,
INDateComponentsRange reservationDuration,
NSNumber partySize,
CLPlacemark restaurantLocation) |
|
protected long |
INRestaurantReservationBooking.init(INRestaurant restaurant,
NSDate bookingDate,
long partySize,
String bookingIdentifier) |
|
protected long |
INRestaurantReservationUserBooking.init(INRestaurant restaurant,
NSDate bookingDate,
long partySize,
String bookingIdentifier,
INRestaurantGuest guest,
INRestaurantReservationUserBookingStatus status,
NSDate dateStatusModified) |
|
protected long |
INRideOption.init(String name,
NSDate estimatedPickupDate) |
|
protected long |
INTicketedEventReservation.init(INSpeakableString itemReference,
String reservationNumber,
NSDate bookingTime,
INReservationStatus reservationStatus,
String reservationHolderName,
NSArray<INReservationAction> actions,
NSURL URL,
INSeat reservedSeat,
INTicketedEvent event) |
|
protected long |
INTicketedEventReservation.init(INSpeakableString itemReference,
String reservationNumber,
NSDate bookingTime,
INReservationStatus reservationStatus,
String reservationHolderName,
NSArray<INReservationAction> actions,
INSeat reservedSeat,
INTicketedEvent event) |
|
protected long |
INTrainReservation.init(INSpeakableString itemReference,
String reservationNumber,
NSDate bookingTime,
INReservationStatus reservationStatus,
String reservationHolderName,
NSArray<INReservationAction> actions,
NSURL URL,
INSeat reservedSeat,
INTrainTrip trainTrip) |
|
protected long |
INTrainReservation.init(INSpeakableString itemReference,
String reservationNumber,
NSDate bookingTime,
INReservationStatus reservationStatus,
String reservationHolderName,
NSArray<INReservationAction> actions,
INSeat reservedSeat,
INTrainTrip trainTrip) |
|
void |
INRestaurantReservationBooking.setBookingDate(NSDate v) |
|
void |
INRestaurantReservationUserBooking.setDateStatusModified(NSDate v) |
|
void |
INGetAvailableRestaurantReservationBookingsIntent.setEarliestBookingDateForResults(NSDate v) |
|
void |
INGetUserCurrentRestaurantReservationBookingsIntent.setEarliestBookingDateForResults(NSDate v) |
|
void |
INRideStatus.setEstimatedDropOffDate(NSDate v) |
|
void |
INRideOption.setEstimatedPickupDate(NSDate v) |
|
void |
INRideStatus.setEstimatedPickupDate(NSDate v) |
|
void |
INRideStatus.setEstimatedPickupEndDate(NSDate v) |
|
void |
INListRideOptionsIntentResponse.setExpirationDate(NSDate v) |
|
void |
INGetAvailableRestaurantReservationBookingsIntent.setLatestBookingDateForResults(NSDate v) |
|
Constructors in org.robovm.apple.intents with parameters of type NSDate
| Constructor |
Description |
INBoatReservation(INSpeakableString itemReference,
String reservationNumber,
NSDate bookingTime,
INReservationStatus reservationStatus,
String reservationHolderName,
NSArray<INReservationAction> actions,
NSURL URL,
INSeat reservedSeat,
INBoatTrip boatTrip) |
|
INBusReservation(INSpeakableString itemReference,
String reservationNumber,
NSDate bookingTime,
INReservationStatus reservationStatus,
String reservationHolderName,
NSArray<INReservationAction> actions,
NSURL URL,
INSeat reservedSeat,
INBusTrip busTrip) |
|
INCallRecord(String identifier,
NSDate dateCreated,
INCallRecordType callRecordType,
INCallCapability callCapability,
NSNumber callDuration,
NSNumber unseen) |
|
INCallRecord(String identifier,
NSDate dateCreated,
INCallRecordType callRecordType,
INCallCapability callCapability,
NSNumber callDuration,
NSNumber unseen,
NSArray<INPerson> participants,
NSNumber numberOfCalls,
NSNumber isCallerIdBlocked) |
|
INCallRecord(String identifier,
NSDate dateCreated,
INCallRecordType callRecordType,
INCallCapability callCapability,
NSNumber callDuration,
NSNumber unseen,
NSNumber numberOfCalls) |
|
INCallRecord(String identifier,
NSDate dateCreated,
INPerson caller,
INCallRecordType callRecordType,
INCallCapability callCapability,
NSNumber callDuration,
NSNumber unseen) |
Deprecated.
|
INCallRecord(String identifier,
NSDate dateCreated,
INPerson caller,
INCallRecordType callRecordType,
INCallCapability callCapability,
NSNumber callDuration,
NSNumber unseen,
NSNumber numberOfCalls) |
Deprecated.
|
INDateRelevanceProvider(NSDate startDate,
NSDate endDate) |
|
INFlightReservation(INSpeakableString itemReference,
String reservationNumber,
NSDate bookingTime,
INReservationStatus reservationStatus,
String reservationHolderName,
NSArray<INReservationAction> actions,
NSURL URL,
INSeat reservedSeat,
INFlight flight) |
|
INFlightReservation(INSpeakableString itemReference,
String reservationNumber,
NSDate bookingTime,
INReservationStatus reservationStatus,
String reservationHolderName,
NSArray<INReservationAction> actions,
INSeat reservedSeat,
INFlight flight) |
|
INGetAvailableRestaurantReservationBookingDefaultsIntentResponse(long defaultPartySize,
NSDate defaultBookingDate,
INGetAvailableRestaurantReservationBookingDefaultsIntentResponseCode code,
NSUserActivity userActivity) |
|
INGetAvailableRestaurantReservationBookingsIntent(INRestaurant restaurant,
long partySize,
NSDateComponents preferredBookingDateComponents,
NSNumber maximumNumberOfResults,
NSDate earliestBookingDateForResults,
NSDate latestBookingDateForResults) |
|
INGetUserCurrentRestaurantReservationBookingsIntent(INRestaurant restaurant,
String reservationIdentifier,
NSNumber maximumNumberOfResults,
NSDate earliestBookingDateForResults) |
|
INLodgingReservation(INSpeakableString itemReference,
String reservationNumber,
NSDate bookingTime,
INReservationStatus reservationStatus,
String reservationHolderName,
NSArray<INReservationAction> actions,
CLPlacemark lodgingBusinessLocation,
INDateComponentsRange reservationDuration,
NSNumber numberOfAdults,
NSNumber numberOfChildren) |
|
INLodgingReservation(INSpeakableString itemReference,
String reservationNumber,
NSDate bookingTime,
INReservationStatus reservationStatus,
String reservationHolderName,
NSArray<INReservationAction> actions,
NSURL URL,
CLPlacemark lodgingBusinessLocation,
INDateComponentsRange reservationDuration,
NSNumber numberOfAdults,
NSNumber numberOfChildren) |
|
INMessage(String identifier,
String conversationIdentifier,
String content,
NSDate dateSent,
INPerson sender,
NSArray<INPerson> recipients,
INMessageType messageType) |
|
INMessage(String identifier,
String conversationIdentifier,
String content,
NSDate dateSent,
INPerson sender,
NSArray<INPerson> recipients,
INSpeakableString groupName,
INMessageType messageType) |
|
INMessage(String identifier,
String conversationIdentifier,
String content,
NSDate dateSent,
INPerson sender,
NSArray<INPerson> recipients,
INSpeakableString groupName,
INMessageType messageType,
String serviceName) |
|
INMessage(String identifier,
String content,
NSDate dateSent,
INPerson sender,
NSArray<INPerson> recipients) |
|
INRentalCarReservation(INSpeakableString itemReference,
String reservationNumber,
NSDate bookingTime,
INReservationStatus reservationStatus,
String reservationHolderName,
NSArray<INReservationAction> actions,
NSURL URL,
INRentalCar rentalCar,
INDateComponentsRange rentalDuration,
CLPlacemark pickupLocation,
CLPlacemark dropOffLocation) |
|
INRentalCarReservation(INSpeakableString itemReference,
String reservationNumber,
NSDate bookingTime,
INReservationStatus reservationStatus,
String reservationHolderName,
NSArray<INReservationAction> actions,
INRentalCar rentalCar,
INDateComponentsRange rentalDuration,
CLPlacemark pickupLocation,
CLPlacemark dropOffLocation) |
|
INRestaurantReservation(INSpeakableString itemReference,
String reservationNumber,
NSDate bookingTime,
INReservationStatus reservationStatus,
String reservationHolderName,
NSArray<INReservationAction> actions,
NSURL URL,
INDateComponentsRange reservationDuration,
NSNumber partySize,
CLPlacemark restaurantLocation) |
|
INRestaurantReservation(INSpeakableString itemReference,
String reservationNumber,
NSDate bookingTime,
INReservationStatus reservationStatus,
String reservationHolderName,
NSArray<INReservationAction> actions,
INDateComponentsRange reservationDuration,
NSNumber partySize,
CLPlacemark restaurantLocation) |
|
INRestaurantReservationBooking(INRestaurant restaurant,
NSDate bookingDate,
long partySize,
String bookingIdentifier) |
|
INRestaurantReservationUserBooking(INRestaurant restaurant,
NSDate bookingDate,
long partySize,
String bookingIdentifier) |
|
INRestaurantReservationUserBooking(INRestaurant restaurant,
NSDate bookingDate,
long partySize,
String bookingIdentifier,
INRestaurantGuest guest,
INRestaurantReservationUserBookingStatus status,
NSDate dateStatusModified) |
|
INRideOption(String name,
NSDate estimatedPickupDate) |
|
INTicketedEventReservation(INSpeakableString itemReference,
String reservationNumber,
NSDate bookingTime,
INReservationStatus reservationStatus,
String reservationHolderName,
NSArray<INReservationAction> actions,
NSURL URL,
INSeat reservedSeat,
INTicketedEvent event) |
|
INTicketedEventReservation(INSpeakableString itemReference,
String reservationNumber,
NSDate bookingTime,
INReservationStatus reservationStatus,
String reservationHolderName,
NSArray<INReservationAction> actions,
INSeat reservedSeat,
INTicketedEvent event) |
|
INTrainReservation(INSpeakableString itemReference,
String reservationNumber,
NSDate bookingTime,
INReservationStatus reservationStatus,
String reservationHolderName,
NSArray<INReservationAction> actions,
NSURL URL,
INSeat reservedSeat,
INTrainTrip trainTrip) |
|
INTrainReservation(INSpeakableString itemReference,
String reservationNumber,
NSDate bookingTime,
INReservationStatus reservationStatus,
String reservationHolderName,
NSArray<INReservationAction> actions,
INSeat reservedSeat,
INTrainTrip trainTrip) |
|
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-