-
public interface IDeviceService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumIDeviceService.JetpackLibraryStatuspublic enumIDeviceService.DeviceType
-
Method Summary
Modifier and Type Method Description abstract BooleansupportsGooglePush()abstract BooleangetIsAndroidDeviceType()abstract BooleangetIsFireOSDeviceType()abstract BooleangetIsHuaweiDeviceType()abstract IDeviceService.DeviceTypegetDeviceType()abstract BooleangetIsGMSInstalledAndEnabled()abstract BooleangetHasAllHMSLibrariesForPushKit()abstract BooleangetHasFCMLibrary()abstract IDeviceService.JetpackLibraryStatusgetJetpackLibraryStatus()abstract BooleangetSupportsHMS()-
-
Method Detail
-
supportsGooglePush
abstract Boolean supportsGooglePush()
-
getIsAndroidDeviceType
abstract Boolean getIsAndroidDeviceType()
-
getIsFireOSDeviceType
abstract Boolean getIsFireOSDeviceType()
-
getIsHuaweiDeviceType
abstract Boolean getIsHuaweiDeviceType()
-
getDeviceType
abstract IDeviceService.DeviceType getDeviceType()
-
getIsGMSInstalledAndEnabled
abstract Boolean getIsGMSInstalledAndEnabled()
-
getHasAllHMSLibrariesForPushKit
abstract Boolean getHasAllHMSLibrariesForPushKit()
-
getHasFCMLibrary
abstract Boolean getHasFCMLibrary()
-
getJetpackLibraryStatus
abstract IDeviceService.JetpackLibraryStatus getJetpackLibraryStatus()
-
getSupportsHMS
abstract Boolean getSupportsHMS()
-
-
-
-