更新使用 5.0 ide
This commit is contained in:
19
app/src/main/ets/HMDemoAbilityStage.ets
Normal file
19
app/src/main/ets/HMDemoAbilityStage.ets
Normal file
@@ -0,0 +1,19 @@
|
||||
import { AbilityConstant, AbilityStage, Configuration, Want } from '@kit.AbilityKit';
|
||||
|
||||
class HMDemoAbilityStage extends AbilityStage {
|
||||
|
||||
onCreate(): void {
|
||||
}
|
||||
|
||||
// onAcceptWant(want: Want): string {
|
||||
// }
|
||||
|
||||
// onNewProcessRequest(want: Want): string {
|
||||
// }
|
||||
|
||||
onConfigurationUpdate(newConfig: Configuration): void {
|
||||
}
|
||||
|
||||
onMemoryLevel(level: AbilityConstant.MemoryLevel): void {
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user