Package io.rong.push.pushconfig
Class PushConfig
-
- All Implemented Interfaces:
public class PushConfig
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
PushConfig.Builder
-
Field Summary
Fields Modifier and Type Field Description public String
miAppId
public String
miAppKey
public String
mzAppId
public String
mzAppKey
public String
oppoAppKey
public String
oppoAppSecret
public Set<PushType>
enabledPushTypes
public String
appKey
public final static Creator<PushConfig>
CREATOR
-
Constructor Summary
Constructors Constructor Description PushConfig()
PushConfig(Parcel in)
-
Method Summary
Modifier and Type Method Description String
getMiAppId()
String
getMiAppKey()
String
getMzAppId()
String
getMzAppKey()
String
getOppoAppKey()
String
getOppoAppSecret()
Set<PushType>
getEnabledPushTypes()
String
getAppKey()
void
setAppKey(String appKey)
String
getPushDomain()
boolean
isEnableRongPush()
String
getEncodedEnabledPushTypes()
int
describeContents()
void
writeToParcel(Parcel dest, int flags)
void
setPushNaviAddress(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)
-
-
-
-