refactor(status-bar): remove deprecated methods (#4872) [skip ci]

This commit is contained in:
Maxim Belov 2024-11-21 20:32:19 +02:00 committed by GitHub
parent acb6ba74fc
commit e85f761999
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -66,22 +66,6 @@ export class StatusBar extends AwesomeCordovaNativePlugin {
})
styleLightContent() {}
/**
* Use the blackTranslucent statusbar (light text, for dark backgrounds).
*/
@Cordova({
sync: true,
})
styleBlackTranslucent() {}
/**
* Use the blackOpaque statusbar (light text, for dark backgrounds).
*/
@Cordova({
sync: true,
})
styleBlackOpaque() {}
/**
* Set the status bar to a specific named color. Valid options:
* black, darkGray, lightGray, white, gray, red, green, blue, cyan, yellow, magenta, orange, purple, brown.