Package io.rong.push.pushconfig
Class PushConfig
-
- All Implemented Interfaces:
public class PushConfig
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classPushConfig.Builder
-
Field Summary
Fields Modifier and Type Field Description public StringmiAppIdpublic StringmiAppKeypublic StringmzAppIdpublic StringmzAppKeypublic StringoppoAppKeypublic StringoppoAppSecretpublic Set<PushType>enabledPushTypespublic StringappKeypublic final static Creator<PushConfig>CREATOR
-
Constructor Summary
Constructors Constructor Description PushConfig()PushConfig(Parcel in)
-
Method Summary
Modifier and Type Method Description StringgetMiAppId()StringgetMiAppKey()StringgetMzAppId()StringgetMzAppKey()StringgetOppoAppKey()StringgetOppoAppSecret()Set<PushType>getEnabledPushTypes()StringgetAppKey()voidsetAppKey(String appKey)StringgetPushDomain()booleanisEnableRongPush()StringgetEncodedEnabledPushTypes()intdescribeContents()voidwriteToParcel(Parcel dest, int flags)voidsetPushNaviAddress(String naviAddress)-
-
Method Detail
-
getMiAppId
String getMiAppId()
-
getMiAppKey
String getMiAppKey()
-
getMzAppId
String getMzAppId()
-
getMzAppKey
String getMzAppKey()
-
getOppoAppKey
String getOppoAppKey()
-
getOppoAppSecret
String getOppoAppSecret()
-
getEnabledPushTypes
Set<PushType> getEnabledPushTypes()
-
getAppKey
String getAppKey()
-
setAppKey
void setAppKey(String appKey)
-
getPushDomain
String getPushDomain()
-
isEnableRongPush
boolean isEnableRongPush()
-
getEncodedEnabledPushTypes
String getEncodedEnabledPushTypes()
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
setPushNaviAddress
void setPushNaviAddress(String naviAddress)
-
-
-
-