PushAppInfo class
Constructors
- PushAppInfo({String? mi_app_id, String? mi_app_key, int? mz_buz_id, String? mz_app_id, String? mz_app_key, int? vivo_buz_id, int? oppo_buz_id, String? oppo_app_key, String? oppo_app_secret, String? oppo_app_id, int? hw_buz_id, int? mi_buz_id, int? google_buz_id, int? apple_buz_id, int? honor_buz_id})
- The buz ID refer to the Business ID from the main page From Tencent Cloud IM console, after you uploading the account info for each channel.
Properties
- apple_buz_id → int?
-
APPLE APNS Business ID (From Tencent Cloud IM console)
final
- google_buz_id → int?
-
Google FCM Business ID (From Tencent Cloud IM console)
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- honor_buz_id → int?
-
HONOR Business ID (From Tencent Cloud IM console)
final
- hw_buz_id → int?
-
HUAWEI Business ID (From Tencent Cloud IM console)
final
- mi_app_id → String?
-
XiaoMi APP_ID
final
- mi_app_key → String?
-
XiaoMi APP_Key
final
- mi_buz_id → int?
-
XiaoMi Business ID (From Tencent Cloud IM console)
final
- mz_app_id → String?
-
Meizu APP_ID
final
- mz_app_key → String?
-
Meizu APP_Key
final
- mz_buz_id → int?
-
Meizu Business ID (From Tencent Cloud IM console)
final
- oppo_app_id → String?
-
OPPO APP_ID
final
- oppo_app_key → String?
-
OPPO APP_Key
final
- oppo_app_secret → String?
-
OPPO APP_Secret
final
- oppo_buz_id → int?
-
OPPO Business ID (From Tencent Cloud IM console)
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- vivo_buz_id → int?
-
Vivo Business ID (From Tencent Cloud IM console)
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited