PushFactory

public class PushFactory

Constructors

Link copied to clipboard
public void PushFactory()

Functions

Link copied to clipboard
public static IPush getPushProcessorByType(PushType pushType)
Retrieves the corresponding handler based on the push type
Link copied to clipboard
public static void setPushProcessor(PushType pushType, IPush processor)
Sets the handler for the specified push notification type.