Chat SDK for Android v1.3.2
agora java chat SDK
 
Loading...
Searching...
No Matches
io.agora.push.PushType Enum Reference

Public Member Functions

String getName ()
 

Static Public Member Functions

static PushType getType (String name)
 

Public Attributes

 MIPUSH =("MI")
 
 HMSPUSH =("HUAWEI")
 
 MEIZUPUSH =("MEIZU")
 
 OPPOPUSH =("OPPO")
 
 VIVOPUSH =("VIVO")
 
 HONORPUSH =("HONOR")
 
 NORMAL =("NORMAL")
 

Detailed Description

The push types.

Member Function Documentation

◆ getName()

String io.agora.push.PushType.getName ( )

Gets the push type name.

Returns
The push type name.

◆ getType()

static PushType io.agora.push.PushType.getType ( String name)
static

Gets the push type.

Parameters
nameThe push type name.
Returns
The push type.

Member Data Documentation

◆ HMSPUSH

io.agora.push.PushType.HMSPUSH =("HUAWEI")

The Mi push.

◆ HONORPUSH

io.agora.push.PushType.HONORPUSH =("HONOR")

The VIVO push.

◆ MEIZUPUSH

io.agora.push.PushType.MEIZUPUSH =("MEIZU")

The HUAWEI push.

◆ MIPUSH

io.agora.push.PushType.MIPUSH =("MI")

The FCM push.

◆ NORMAL

io.agora.push.PushType.NORMAL =("NORMAL")

The HONOR push.

◆ OPPOPUSH

io.agora.push.PushType.OPPOPUSH =("OPPO")

The MEIZU push.

◆ VIVOPUSH

io.agora.push.PushType.VIVOPUSH =("VIVO")

The OPPO push.


The documentation for this enum was generated from the following file: