All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.urbanairship.api.push.model.notification.actions.ActionType Maven / Gradle / Ivy

There is a newer version: 9.3.0
Show newest version
/*
 * Copyright (c) 2013-2016.  Urban Airship and Contributors
 */

package com.urbanairship.api.push.model.notification.actions;

public enum ActionType {
    ADD_TAG,
    REMOVE_TAG,
    OPEN_LANDING_PAGE_WITH_CONTENT,
    OPEN_DEEP_LINK,
    OPEN_EXTERNAL_URL,
    APP_DEFINED,
    SHARE
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy