Uses of Class
cn.jpush.api.push.model.Platform
-
Packages that use Platform Package Description cn.jpush.api.push.model -
-
Uses of Platform in cn.jpush.api.push.model
Methods in cn.jpush.api.push.model that return Platform Modifier and Type Method Description static PlatformPlatform. all()static PlatformPlatform. android()static PlatformPlatform. android_ios()static PlatformPlatform. android_winphone()PlatformPlatform.Builder. build()static PlatformPlatform. ios()static PlatformPlatform. ios_winphone()static PlatformPlatform. winphone()Methods in cn.jpush.api.push.model with parameters of type Platform Modifier and Type Method Description PushPayload.BuilderPushPayload.Builder. setPlatform(Platform platform)
-