VancedMicroG/play-services-cast-framewor.../src/main/java/com/google/android/gms/cast/framework/media/NotificationOptions.java

94 lines
2.5 KiB
Java
Raw Normal View History

2018-05-19 19:19:25 +00:00
/*
* Copyright (C) 2013-2017 microG Project Team
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.google.android.gms.cast.framework.media;
import org.microg.safeparcel.AutoSafeParcelable;
2022-01-28 00:15:01 +00:00
import java.util.List;
2018-05-19 19:19:25 +00:00
public class NotificationOptions extends AutoSafeParcelable {
2020-10-14 21:00:04 +00:00
@Field(1)
2022-01-29 20:23:50 +00:00
private final int versionCode = 1;
2020-10-14 21:00:04 +00:00
@Field(2)
2018-05-19 19:19:25 +00:00
public List<String> actions;
2020-10-14 21:00:04 +00:00
@Field(3)
2018-05-19 19:19:25 +00:00
public int[] compatActionIndices;
2020-10-14 21:00:04 +00:00
@Field(4)
2018-05-19 19:19:25 +00:00
public long skipStepMs;
2020-10-14 21:00:04 +00:00
@Field(5)
2018-05-19 19:19:25 +00:00
public String targetActivityClassName;
2020-10-14 21:00:04 +00:00
@Field(6)
2018-05-19 19:19:25 +00:00
public int getSmallIconDrawableResId;
2020-10-14 21:00:04 +00:00
@Field(7)
2018-05-19 19:19:25 +00:00
public int getStopLiveStreamDrawableResId;
2020-10-14 21:00:04 +00:00
@Field(8)
2018-05-19 19:19:25 +00:00
public int getPauseDrawableResId;
2020-10-14 21:00:04 +00:00
@Field(9)
2018-05-19 19:19:25 +00:00
public int getPlayDrawableResId;
2020-10-14 21:00:04 +00:00
@Field(10)
2018-05-19 19:19:25 +00:00
public int getSkipNextDrawableResId;
2020-10-14 21:00:04 +00:00
@Field(11)
2018-05-19 19:19:25 +00:00
public int getSkipPrevDrawableResId;
2020-10-14 21:00:04 +00:00
@Field(12)
2018-05-19 19:19:25 +00:00
public int getForwardDrawableResId;
2020-10-14 21:00:04 +00:00
@Field(13)
2018-05-19 19:19:25 +00:00
public int getForward10DrawableResId;
2020-10-14 21:00:04 +00:00
@Field(14)
2018-05-19 19:19:25 +00:00
public int getForward30DrawableResId;
2020-10-14 21:00:04 +00:00
@Field(15)
2018-05-19 19:19:25 +00:00
public int getRewindDrawableResId;
2020-10-14 21:00:04 +00:00
@Field(16)
2018-05-19 19:19:25 +00:00
public int getRewind10DrawableResId;
2020-10-14 21:00:04 +00:00
@Field(17)
2018-05-19 19:19:25 +00:00
public int getRewind30DrawableResId;
2020-10-14 21:00:04 +00:00
@Field(18)
2018-05-19 19:19:25 +00:00
public int getDisconnectDrawableResId;
2020-10-14 21:00:04 +00:00
@Field(19)
2018-05-19 19:19:25 +00:00
public int intvar19;
2020-10-14 21:00:04 +00:00
@Field(20)
2018-05-19 19:19:25 +00:00
public int getCastingToDeviceStringResId;
2020-10-14 21:00:04 +00:00
@Field(21)
2018-05-19 19:19:25 +00:00
public int getStopLiveStreamTitleResId;
2020-10-14 21:00:04 +00:00
@Field(22)
2018-05-19 19:19:25 +00:00
public int intvar22;
2020-10-14 21:00:04 +00:00
@Field(23)
2018-05-19 19:19:25 +00:00
public int intvar23;
2020-10-14 21:00:04 +00:00
@Field(24)
2018-05-19 19:19:25 +00:00
public int intvar24;
2020-10-14 21:00:04 +00:00
@Field(25)
2018-05-19 19:19:25 +00:00
public int intvar25;
2020-10-14 21:00:04 +00:00
@Field(26)
2018-05-19 19:19:25 +00:00
public int intvar26;
2020-10-14 21:00:04 +00:00
@Field(27)
2018-05-19 19:19:25 +00:00
public int intvar27;
2020-10-14 21:00:04 +00:00
@Field(28)
2018-05-19 19:19:25 +00:00
public int intvar28;
2020-10-14 21:00:04 +00:00
@Field(29)
2018-05-19 19:19:25 +00:00
public int intvar29;
2020-10-14 21:00:04 +00:00
@Field(30)
2018-05-19 19:19:25 +00:00
public int intvar30;
2020-10-14 21:00:04 +00:00
@Field(31)
2018-05-19 19:19:25 +00:00
public int intvar31;
2020-10-14 21:00:04 +00:00
@Field(32)
2018-05-19 19:19:25 +00:00
public int intvar32;
2020-10-14 21:00:04 +00:00
@Field(33)
2018-05-19 19:19:25 +00:00
public INotificationActionsProvider notificationActionsProvider;
2020-10-14 21:00:04 +00:00
public static Creator<NotificationOptions> CREATOR = new AutoCreator<NotificationOptions>(NotificationOptions.class);
2018-05-19 19:19:25 +00:00
}