| Package | Description |
|---|---|
| crossmobile.ios.foundation |
| Modifier and Type | Method and Description |
|---|---|
static NSTimer |
NSTimer.scheduledTimerWithTimeInterval(double seconds,
NSTimerDelegate target,
Object userinfo,
boolean repeats)
Constructs and returns a new timer with the specified parameter values.
|
static NSTimer |
NSTimer.timerWithTimeInterval(double seconds,
NSTimerDelegate target,
Object userinfo,
boolean repeats)
Constructs and returns a new timer with the specified parameter values
and schedules it on the current run loop.
|
| Constructor and Description |
|---|
NSTimer(NSDate date,
double ti,
NSTimerDelegate target,
Object ui,
boolean rep) |
Copyright © 2020. All rights reserved.